From abfca5521464cc7ef9ffdb34a22e3d8e043bf4f6 Mon Sep 17 00:00:00 2001 From: Sylius Bot Date: Mon, 12 Sep 2022 03:01:32 +0000 Subject: [PATCH] [CS][DX] Refactor --- .../Behat/Context/Ui/Admin/NotificationContext.php | 2 +- .../CoreBundle/Migrations/Version20220803125615.php | 9 +++++++++ .../Tests/Form/CatalogPromotionActionTypeTest.php | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Sylius/Behat/Context/Ui/Admin/NotificationContext.php b/src/Sylius/Behat/Context/Ui/Admin/NotificationContext.php index 9ddd390e05..992e197cd3 100644 --- a/src/Sylius/Behat/Context/Ui/Admin/NotificationContext.php +++ b/src/Sylius/Behat/Context/Ui/Admin/NotificationContext.php @@ -71,7 +71,7 @@ final class NotificationContext implements Context $this->testHelper->waitUntilNotificationPopups( $this->notificationChecker, NotificationType::failure(), - 'Cannot delete, the '. $name. ' is in use.' + 'Cannot delete, the ' . $name . ' is in use.', ); } } diff --git a/src/Sylius/Bundle/CoreBundle/Migrations/Version20220803125615.php b/src/Sylius/Bundle/CoreBundle/Migrations/Version20220803125615.php index 6288c86c55..d77d43ed2c 100644 --- a/src/Sylius/Bundle/CoreBundle/Migrations/Version20220803125615.php +++ b/src/Sylius/Bundle/CoreBundle/Migrations/Version20220803125615.php @@ -1,5 +1,14 @@