Completed
Push — master ( 488fb6...558dac )
by Luís
13s
created
lib/Doctrine/DBAL/Migrations/Version.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
234 234
          * properly, so I had to violate LoD here (so please, let's find a way to solve it on v2).
235 235
          */
236 236
         return $this->configuration->getQueryWriter()
237
-                                   ->write($path, $direction, $sqlQueries);
237
+                                    ->write($path, $direction, $sqlQueries);
238 238
     }
239 239
 
240 240
     /**
Please login to merge, or discard this patch.
lib/Doctrine/DBAL/Migrations/Migration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
          * properly, so I had to violate LoD here (so please, let's find a way to solve it on v2).
101 101
          */
102 102
         return $this->configuration->getQueryWriter()
103
-                                   ->write($path, $direction, $sql);
103
+                                    ->write($path, $direction, $sql);
104 104
     }
105 105
 
106 106
     /**
Please login to merge, or discard this patch.