Completed
Pull Request — master (#407)
by Mike
03:20
created
lib/Doctrine/DBAL/Migrations/Provider/SchemaDiffProviderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,5 +52,5 @@
 block discarded – undo
52 52
      *
53 53
      * @return array
54 54
      */
55
-    public function getSqlDiffToMigrate(Schema $fromSchema,Schema $toSchema);
55
+    public function getSqlDiffToMigrate(Schema $fromSchema, Schema $toSchema);
56 56
 }
Please login to merge, or discard this patch.