Completed
Branch 0.8-dev (a3ec9f)
by Kacper
02:57
created
Language/Perl.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
             'string.nowdoc'  => new Rule(
67 67
                 new RegexMatcher('/<<\s*\'(\w+)\';(?P<string>.*?)\n\1/sm', [
68 68
                     'string' => Token::NAME,
69
-                          0  => 'keyword.nowdoc'
69
+                            0  => 'keyword.nowdoc'
70 70
                 ]), ['context' => ['!comment']]
71 71
             ),
72 72
 
Please login to merge, or discard this patch.