Passed
Push — configfile ( dbc081 )
by Arnaud
05:08
created
src/Command/AbstractCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
     /**
156 156
      * Returns the configuration file name or path, if file exists, otherwise default name or false.
157 157
      */
158
-    protected function findConfigFile(string $nameOrPath): string|false
158
+    protected function findConfigFile(string $nameOrPath): string | false
159 159
     {
160 160
         $config = [
161 161
             'name' => self::CONFIG_FILE[0],
Please login to merge, or discard this patch.