Completed
Push — master ( 468f99...0748be )
by Dan
21s queued 10s
created
src/Knp/FriendlyContexts/Context/AliceContext.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
             }
48 48
 
49 49
             $this->getEntityManager()->flush();
50
-        }
51
-        else {
50
+        } else {
52 51
             foreach ($fixtures as $id => $fixture) {
53 52
                 if (in_array($id, $files)) {
54 53
                     foreach ($loader->load($fixture) as $object) {
Please login to merge, or discard this patch.