Completed
Pull Request — master (#6)
by Бабичев
03:39
created
src/AdvancedHtmlDom/AHTMLNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     {
123 123
         $str = \preg_replace_callback(
124 124
             '/(^|[a-z])([A-Z])/',
125
-            function ($matches) {
125
+            function($matches) {
126 126
                 return
127 127
                     \strtolower(
128 128
                         \strlen($matches[1])
Please login to merge, or discard this patch.