Completed
Push — 2.4.2-sftest ( 1690e3...438545 )
by
unknown
37s
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 $unserializedData;
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
     // Check if $data is not null
Please login to merge, or discard this patch.