Skip to content

Commit 99276ce

Browse files
committed
Fix psalm
1 parent 924bd2a commit 99276ce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Migrations/Version20260227151801.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@
77
use Doctrine\DBAL\Schema\Schema;
88
use Doctrine\Migrations\AbstractMigration;
99

10+
/**
11+
* @psalm-api
12+
*/
1013
final class Version20260227151801 extends AbstractMigration
1114
{
15+
#[\Override]
1216
public function up(Schema $schema): void
1317
{
1418
$this->addSql('CREATE UNIQUE INDEX channel_customer_idx ON webgriffe_sylius_active_campaign_channel_customer (channel_id, customer_id)');
1519
}
1620

21+
#[\Override]
1722
public function down(Schema $schema): void
1823
{
1924
$this->addSql('DROP INDEX channel_customer_idx ON webgriffe_sylius_active_campaign_channel_customer');

0 commit comments

Comments
 (0)