@@ -10,7 +10,7 @@ discard block |
||
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 |
||
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 |
@@ -5,8 +5,7 @@ |
||
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 | */ |