mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
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:
commit
007106e235
3 changed files with 10 additions and 2 deletions
|
|
@ -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.',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ final class CatalogPromotionActionTypeTest extends FormIntegrationTestCase
|
|||
];
|
||||
}
|
||||
|
||||
|
||||
protected function getExtensions(): array
|
||||
{
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue