Passed
Push — master ( b22647...787533 )
by Johnny
02:02
created
src/Cortex/Triggers/Wildcard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 //            '/#/' => '\\d+?',
50 50
             '/#/' => '\\d+?',
51 51
             '/\*/' => '.*?',
52
-           // '/\*/' => '\\w+?',
52
+            // '/\*/' => '\\w+?',
53 53
 //            '/\*$/' => '.*?',
54 54
             '/<zerowidthstar>/' => '^\*$',
55 55
         ];
Please login to merge, or discard this patch.