Passed
Pull Request — 5.1 (#1478)
by Coeus
03:27
created
helper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -483,7 +483,7 @@
 block discarded – undo
483 483
     function parse_name($name, $type = 0, $ucfirst = true)
484 484
     {
485 485
         if ($type) {
486
-            $name = preg_replace_callback('/_([a-zA-Z])/', function ($match) {
486
+            $name = preg_replace_callback('/_([a-zA-Z])/', function($match) {
487 487
                 return strtoupper($match[1]);
488 488
             }, $name);
489 489
 
Please login to merge, or discard this patch.