Passed
Push — master ( fba7a8...13fed3 )
by Timm
06:38
created
src/Stefaminator/Cli/Cmd.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
             $opt = $collection->add($k, $v['description']);
119 119
 
120 120
             if (array_key_exists('isa', $v)) {
121
-                if(array_key_exists('regex', $v) && strtolower($v['isa']) === 'regex') {
121
+                if (array_key_exists('regex', $v) && strtolower($v['isa']) === 'regex') {
122 122
                     $opt->isa('regex', $v['regex']);
123 123
                 } else {
124 124
                     $opt->isa($v['isa']);
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
         echo self::EOL;
239 239
     }
240 240
 
241
-    public static function echo(string $str, ?string $foreground_color = null): void {
241
+    public static function echo(string $str, ?string $foreground_color = null) : void {
242 242
 
243 243
         $lines = preg_split("/\r\n|\n|\r/", $str);
244 244
 
Please login to merge, or discard this patch.