Passed
Push — main ( 388f81...59708d )
by Sebastian
03:37
created
src/Hook/Template/Local/PHP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 
110 110
         $executableInclude = substr($executablePath, 0, 1) == '/'
111 111
                            ? '\'' . $executablePath . '\''
112
-                           : '__DIR__ . \'/../../' . $executablePath  . '\'';
112
+                           : '__DIR__ . \'/../../' . $executablePath . '\'';
113 113
 
114 114
         $bootstrapOption       = $this->getBootstrapCmdOption();
115 115
         $bootstrapOptionQuoted = empty($bootstrapOption) ? '' : '            \'' . $bootstrapOption . '\',';
Please login to merge, or discard this patch.