Passed
Push — master ( 9c41e1...021c28 )
by Alexey
57s
created
src/ZfPhinx/Command/Test.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $this->loadManager($input, $output);
27 27
 
28 28
         $migrationsPaths = (array) $this->getConfig()->getMigrationPaths();
29
-        foreach ($migrationsPaths as $path) {
29
+        foreach($migrationsPaths as $path){
30 30
             $this->verifyMigrationDirectory($path);
31 31
         }
32 32
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,8 @@
 block discarded – undo
26 26
         $this->loadManager($input, $output);
27 27
 
28 28
         $migrationsPaths = (array) $this->getConfig()->getMigrationPaths();
29
-        foreach ($migrationsPaths as $path) {
29
+        foreach ($migrationsPaths as $path)
30
+        {
30 31
             $this->verifyMigrationDirectory($path);
31 32
         }
32 33
 
Please login to merge, or discard this patch.