Completed
Push — 2.4.2-sftest ( e6e199...1690e3 )
by
unknown
36s
created
src/SWP/Bundle/CoreBundle/Migrations/2021/01/Version20210112135542.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,9 +126,9 @@
 block discarded – undo
126 126
             return $data;
127 127
         }
128 128
 
129
-        $callback = function ($matches) {
129
+        $callback = function($matches) {
130 130
             $matches[2] = trim(preg_replace('/\s\s+/', ' ', $matches[2]));
131
-            return 's:' . mb_strlen($matches[2]) . ':"' . $matches[2] . '";';
131
+            return 's:'.mb_strlen($matches[2]).':"'.$matches[2].'";';
132 132
         };
133 133
 
134 134
         if ($data !== null) {
Please login to merge, or discard this patch.