Completed
Push — wtf-removal ( 4585f3 )
by Kamil
18:08
created
src/Sylius/Behat/Page/Admin/Customer/ShowPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
             ->getText()
173 173
         ;
174 174
 
175
-        return (int) preg_replace('/[^0-9]/', '',$overallOrders);
175
+        return (int) preg_replace('/[^0-9]/', '', $overallOrders);
176 176
     }
177 177
 
178 178
     /**
Please login to merge, or discard this patch.