@@ -23,7 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | if (file_exists($this->filename)) { |
25 | 25 | return new Result(Result::STATUS_PASS, 'The file "' . $this->filename . '" exists.'); |
26 | - }else{ |
|
26 | + } else { |
|
27 | 27 | return new Result(Result::STATUS_FAIL, 'The file "' . $this->filename . '" does not exist.'); |
28 | 28 | } |
29 | 29 | } |
@@ -23,7 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | if (file_exists($this->filename)) { |
25 | 25 | return new Result(Result::STATUS_PASS, 'The file "' . $this->filename . '" exists.'); |
26 | - }else{ |
|
26 | + } else{ |
|
27 | 27 | return new Result(Result::STATUS_FAIL, 'The file "' . $this->filename . '" does not exist.'); |
28 | 28 | } |
29 | 29 | } |