Completed
Push — dependabot/composer/squizlabs/... ( 4b13eb )
by
unknown
32s
created
Language/Perl.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
             'string.nowdoc'  => new Rule(
62 62
                 new RegexMatcher('/<<\s*\'(\w+)\';(?P<string>.*?)\R\1/sm', [
63 63
                     'string' => Token::NAME,
64
-                          0  => 'keyword.nowdoc'
64
+                            0  => 'keyword.nowdoc'
65 65
                 ]),
66 66
                 ['context' => ['!comment']]
67 67
             ),
Please login to merge, or discard this patch.
Tests/CliFormatterTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
56 56
         ]);
57 57
 
58 58
         $formatter = new CliFormatter(['styles' => [
59
-           'token'    => ['color' => 'red'],
60
-           'operator' => ['color' => 'blue'],
59
+            'token'    => ['color' => 'red'],
60
+            'operator' => ['color' => 'blue'],
61 61
         ]]);
62 62
         $this->assertEquals($expected, $formatter->format($iterator));
63 63
     }
Please login to merge, or discard this patch.