Completed
Push — master ( a9ff08...ca5431 )
by Olivier
03:51 queued 01:53
created
src/DBAL/Loader/SchemaLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             }
66 66
         }
67 67
 
68
-        usort($tables, function ($a, $b) {
68
+        usort($tables, function($a, $b) {
69 69
             if ($a->getOrder() === $b->getOrder()) {
70 70
                 return 0;
71 71
             }
Please login to merge, or discard this patch.
src/DBAL/Loader/FixtureLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             }
53 53
         }
54 54
 
55
-        usort($fixtures, function ($a, $b) {
55
+        usort($fixtures, function($a, $b) {
56 56
             if ($a->getOrder() === $b->getOrder()) {
57 57
                 return 0;
58 58
             }
Please login to merge, or discard this patch.