mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-25 16:14:59 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -23,7 +23,7 @@ class Version20150820113409 extends AbstractMigration
|
||||
public function down(Schema $schema): void
|
||||
{
|
||||
$this->abortIf(
|
||||
$this->connection->getDatabasePlatform()->getName() !== 'postgresql',
|
||||
'postgresql' !== $this->connection->getDatabasePlatform()->getName(),
|
||||
'Migration can only be executed safely on \'postgresql\'.'
|
||||
);
|
||||
|
||||
@@ -35,7 +35,7 @@ class Version20150820113409 extends AbstractMigration
|
||||
public function up(Schema $schema): void
|
||||
{
|
||||
$this->abortIf(
|
||||
$this->connection->getDatabasePlatform()->getName() !== 'postgresql',
|
||||
'postgresql' !== $this->connection->getDatabasePlatform()->getName(),
|
||||
'Migration can only be executed safely on \'postgresql\'.'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user