43 if ( $this->reason !==
null ) {
46 if ( $this->reasonFile ===
null ) {
50 if ( is_file( $this->reasonFile ) && filesize( $this->reasonFile ) > 0 ) {
51 $this->reason = file_get_contents( $this->reasonFile );
54 $this->reasonFile =
null;
55 return $this->reason ??
false;