@@ -32,7 +32,7 @@ |
||
32 | 32 | |
33 | 33 | public function getCommand() |
34 | 34 | { |
35 | - if (! file_exists($executable = $this->target->resource->executable)) { |
|
35 | + if (!file_exists($executable = $this->target->resource->executable)) { |
|
36 | 36 | throw new Exception("The security checker executable was not found: $executable"); |
37 | 37 | } |
38 | 38 |