Completed
Push — master ( f29cb1...1705d4 )
by Povilas
8s
created
src/ExtensionFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         return preg_replace_callback(
38 38
             '/(?:^|_)([a-z])/',
39
-            function ($match) {
39
+            function($match) {
40 40
                 return strtoupper($match[1]);
41 41
             },
42 42
             $string
Please login to merge, or discard this patch.