From fc1fe7c2774914074ae8c830a1acb4400e7b6e98 Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 10 Mar 2022 18:14:57 +0100 Subject: [PATCH] php cs fix --- .../ChillPersonBundle/migrations/Version20220310124318.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20220310124318.php b/src/Bundle/ChillPersonBundle/migrations/Version20220310124318.php index 6b58b24a3..211a2e68a 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20220310124318.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20220310124318.php @@ -15,7 +15,7 @@ use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration; /** - * Change constraint on pinnedComment in Accompanying period + * Change constraint on pinnedComment in Accompanying period. */ final class Version20220310124318 extends AbstractMigration {