refactor #14233 [CS][DX] Refactor ()

This PR was merged into the 1.11 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yml).

Commits
-------

abfca55214 [CS][DX] Refactor
This commit is contained in:
Grzegorz Sadowski 2022-09-12 07:12:12 +02:00 committed by GitHub
commit 007106e235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -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.',
);
}
}

View file

@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Sylius\Bundle\CoreBundle\Migrations;

View file

@ -51,7 +51,6 @@ final class CatalogPromotionActionTypeTest extends FormIntegrationTestCase
];
}
protected function getExtensions(): array
{
return [