File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class FormErrorsFlashHelper implements FormErrorsFlashHelperInterface
1919{
2020 public function __construct (
2121 private RequestStack $ requestStack ,
22- private TranslatorInterface $ translator
22+ private TranslatorInterface $ translator,
2323 ) {
2424 }
2525
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ final class ResourceDeleteSubscriber implements EventSubscriberInterface
2525{
2626 public function __construct (
2727 private UrlGeneratorInterface $ router ,
28- private RequestStack $ requestStack
28+ private RequestStack $ requestStack,
2929 ) {
3030 }
3131
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ final class BlockContext implements Context
2020{
2121 public function __construct (
2222 private ApiClientInterface $ apiClient ,
23- private ResponseCheckerInterface $ responseChecker
23+ private ResponseCheckerInterface $ responseChecker,
2424 ) {
2525 }
2626
Original file line number Diff line number Diff line change 1313use Behat \Behat \Context \Context ;
1414use BitBag \SyliusCmsPlugin \Entity \MediaInterface ;
1515use BitBag \SyliusCmsPlugin \Repository \MediaRepositoryInterface ;
16- use BitBag \SyliusCmsPlugin \Repository \SectionRepositoryInterface ;
1716use BitBag \SyliusCmsPlugin \Resolver \MediaProviderResolverInterface ;
18- use Doctrine \ORM \EntityManagerInterface ;
1917use Sylius \Behat \Service \SharedStorageInterface ;
2018use Sylius \Component \Core \Model \ChannelInterface ;
21- use Sylius \Component \Core \Repository \ProductRepositoryInterface ;
2219use Sylius \Component \Resource \Factory \FactoryInterface ;
2320use Symfony \Component \HttpFoundation \File \UploadedFile ;
2421use Tests \BitBag \SyliusCmsPlugin \Behat \Service \RandomStringGeneratorInterface ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class BlockContext implements Context
1919{
2020 public function __construct (
2121 private BlockRepositoryInterface $ blockRepository ,
22- private string $ locale = 'en_US '
22+ private string $ locale = 'en_US ' ,
2323 ) {
2424 }
2525
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class PageContext implements Context
1919{
2020 public function __construct (
2121 private PageRepositoryInterface $ pageRepository ,
22- private string $ locale = 'en_US '
22+ private string $ locale = 'en_US ' ,
2323 ) {
2424 }
2525
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class SectionContext implements Context
1919{
2020 public function __construct (
2121 private SectionRepositoryInterface $ sectionRepository ,
22- private string $ locale = 'en_US '
22+ private string $ locale = 'en_US ' ,
2323 ) {
2424 }
2525
Original file line number Diff line number Diff line change 1111namespace Tests \BitBag \SyliusCmsPlugin \Behat \Context \Ui \Admin ;
1212
1313use Behat \Behat \Context \Context ;
14- use BitBag \SyliusCmsPlugin \Repository \MediaRepositoryInterface ;
1514use FriendsOfBehat \PageObjectExtension \Page \SymfonyPageInterface ;
1615use Sylius \Behat \NotificationType ;
1716use Sylius \Behat \Service \NotificationCheckerInterface ;
1817use Sylius \Behat \Service \Resolver \CurrentPageResolverInterface ;
19- use Sylius \Behat \Service \SharedStorageInterface ;
2018use Tests \BitBag \SyliusCmsPlugin \Behat \Page \Admin \Media \CreatePageInterface ;
2119use Tests \BitBag \SyliusCmsPlugin \Behat \Page \Admin \Media \IndexPageInterface ;
2220use Tests \BitBag \SyliusCmsPlugin \Behat \Page \Admin \Media \UpdatePageInterface ;
Original file line number Diff line number Diff line change 1515use Behat \Mink \Element \DocumentElement ;
1616use Behat \MinkExtension \Context \RawMinkContext ;
1717use BitBag \SyliusCmsPlugin \Repository \MediaRepositoryInterface ;
18- use Tests \BitBag \SyliusCmsPlugin \Behat \Page \Shop \HomePageInterface ;
1918
2019class MediaContext extends RawMinkContext implements Context
2120{
You can’t perform that action at this time.
0 commit comments