Completed
Push — master ( c52c5c...9fd6d3 )
by
unknown
19s queued 10s
created
src/Charcoal/App/Template/AbstractTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
             }
65 65
 
66 66
             $value = str_replace(
67
-                [ 'abstract', 'trait', 'interface', 'template', '\\' ],
67
+                ['abstract', 'trait', 'interface', 'template', '\\'],
68 68
                 '',
69 69
                 $value
70 70
             );
Please login to merge, or discard this patch.