Completed
Pull Request — master (#37)
by Raí
06:17
created
database/migrations/Version20171016204335.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
     /**
11 11
      * @param Schema $schema
12 12
      */
13
-    public function up(Schema $schema)
13
+    public function up (Schema $schema)
14 14
     {
15 15
         $this->abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.');
16 16
 
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
     /**
21 21
      * @param Schema $schema
22 22
      */
23
-    public function down(Schema $schema)
23
+    public function down (Schema $schema)
24 24
     {
25 25
         $this->abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.');
26 26
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 use Doctrine\DBAL\Migrations\AbstractMigration;
6 6
 use Doctrine\DBAL\Schema\Schema as Schema;
7 7
 
8
-class Version20171016204335 extends AbstractMigration
9
-{
8
+class Version20171016204335 extends AbstractMigration {
10 9
     /**
11 10
      * @param Schema $schema
12 11
      */
Please login to merge, or discard this patch.