Passed
Push — master ( 42e1a2...27a451 )
by Petr
11:09
created
php-src/Parsers/Cli.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     /** @var string[] */
20 20
     protected static $availableLetters = ['a','b','c','d','e','f','g','h','i','j','k','l','m',
21
-                                          'n','o','p','q','r','s','t','u','v','w','x','y','z'];
21
+                                            'n','o','p','q','r','s','t','u','v','w','x','y','z'];
22 22
 
23 23
     /**
24 24
      * @param int[]|string[] $input is $argv in boot time
Please login to merge, or discard this patch.