Completed
Push — master ( f1a8d5...1a6045 )
by Dmitry
03:22
created
src/RepresentProcessor/Representation/Traits/JSONRepresentationTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
         return ltrim(
99 99
             preg_replace_callback(
100 100
                 '/_[a-z]/',
101
-                function ($matches) {
101
+                function($matches) {
102 102
                     return substr(strtolower($matches[0]), 1);
103 103
                 },
104 104
                 $underscores
Please login to merge, or discard this patch.