Test Failed
Push — master ( 9fb91d...117bdd )
by Antonio Carlos
03:46 queued 01:54
created
src/Checkers/SecurityChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.