diff --git a/spec/Entity/BlockImageSpec.php b/spec/Entity/BlockImageSpec.php index b198414f..d8be200e 100755 --- a/spec/Entity/BlockImageSpec.php +++ b/spec/Entity/BlockImageSpec.php @@ -1,7 +1,7 @@ - */ final class BlockImageSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Entity/BlockSpec.php b/spec/Entity/BlockSpec.php index aea4baea..1c7af710 100755 --- a/spec/Entity/BlockSpec.php +++ b/spec/Entity/BlockSpec.php @@ -1,7 +1,7 @@ - */ final class BlockSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Entity/BlockTranslationSpec.php b/spec/Entity/BlockTranslationSpec.php index caf9fb15..462e881a 100755 --- a/spec/Entity/BlockTranslationSpec.php +++ b/spec/Entity/BlockTranslationSpec.php @@ -1,7 +1,7 @@ - */ final class BlockTranslationSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Entity/FrequentlyAskedQuestionSpec.php b/spec/Entity/FrequentlyAskedQuestionSpec.php index 34d5785b..6ece0888 100755 --- a/spec/Entity/FrequentlyAskedQuestionSpec.php +++ b/spec/Entity/FrequentlyAskedQuestionSpec.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Entity/FrequentlyAskedQuestionTranslationSpec.php b/spec/Entity/FrequentlyAskedQuestionTranslationSpec.php index e3363342..61c2b8b6 100755 --- a/spec/Entity/FrequentlyAskedQuestionTranslationSpec.php +++ b/spec/Entity/FrequentlyAskedQuestionTranslationSpec.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionTranslationSpec extends ObjectBehavior { function it_is_initializable() diff --git a/spec/Entity/PageSpec.php b/spec/Entity/PageSpec.php index 27d79873..03f09440 100755 --- a/spec/Entity/PageSpec.php +++ b/spec/Entity/PageSpec.php @@ -1,7 +1,7 @@ - */ final class PageSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Entity/PageTranslationSpec.php b/spec/Entity/PageTranslationSpec.php index 4b9b2d25..b9aa26b4 100755 --- a/spec/Entity/PageTranslationSpec.php +++ b/spec/Entity/PageTranslationSpec.php @@ -1,7 +1,7 @@ - */ final class PageTranslationSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Entity/SectionSpec.php b/spec/Entity/SectionSpec.php index e78a896c..4f9e32da 100755 --- a/spec/Entity/SectionSpec.php +++ b/spec/Entity/SectionSpec.php @@ -1,11 +1,11 @@ - */ final class SectionSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Entity/SectionTranslationSpec.php b/spec/Entity/SectionTranslationSpec.php index 61502a08..5ac59f25 100755 --- a/spec/Entity/SectionTranslationSpec.php +++ b/spec/Entity/SectionTranslationSpec.php @@ -1,11 +1,11 @@ - */ final class SectionTranslationSpec extends ObjectBehavior { function it_is_initializable() diff --git a/spec/EventListener/ImageBlockUploadListenerSpec.php b/spec/EventListener/ImageBlockUploadListenerSpec.php index 6e8fd0d5..ecb84d5c 100755 --- a/spec/EventListener/ImageBlockUploadListenerSpec.php +++ b/spec/EventListener/ImageBlockUploadListenerSpec.php @@ -1,7 +1,7 @@ - */ final class ImageBlockUploadListenerSpec extends ObjectBehavior { public function let(ImageUploaderInterface $imageUploader): void diff --git a/spec/Exception/TemplateTypeNotFoundSpec.php b/spec/Exception/TemplateTypeNotFoundSpec.php index 2cbad7fe..84470533 100755 --- a/spec/Exception/TemplateTypeNotFoundSpec.php +++ b/spec/Exception/TemplateTypeNotFoundSpec.php @@ -1,7 +1,7 @@ - */ final class TemplateTypeNotFoundSpec extends ObjectBehavior { function let(): void diff --git a/spec/Factory/BlockFactorySpec.php b/spec/Factory/BlockFactorySpec.php index eb427175..ea502da0 100755 --- a/spec/Factory/BlockFactorySpec.php +++ b/spec/Factory/BlockFactorySpec.php @@ -1,7 +1,7 @@ - */ final class BlockFactorySpec extends ObjectBehavior { function let(FactoryInterface $resourceFactory): void diff --git a/spec/Menu/ContentManagementMenuBuilderSpec.php b/spec/Menu/ContentManagementMenuBuilderSpec.php index de6b25a3..98304175 100755 --- a/spec/Menu/ContentManagementMenuBuilderSpec.php +++ b/spec/Menu/ContentManagementMenuBuilderSpec.php @@ -1,7 +1,7 @@ - */ final class ContentManagementMenuBuilderSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Resolver/BlockResourceResolverSpec.php b/spec/Resolver/BlockResourceResolverSpec.php index b6554d59..1c9b076a 100755 --- a/spec/Resolver/BlockResourceResolverSpec.php +++ b/spec/Resolver/BlockResourceResolverSpec.php @@ -1,11 +1,11 @@ - */ final class BlockResourceResolverSpec extends ObjectBehavior { function let(BlockRepositoryInterface $blockRepository, LoggerInterface $logger) diff --git a/spec/Resolver/BlockTemplateResolverSpec.php b/spec/Resolver/BlockTemplateResolverSpec.php index 3c8c6ee0..8c0418c6 100755 --- a/spec/Resolver/BlockTemplateResolverSpec.php +++ b/spec/Resolver/BlockTemplateResolverSpec.php @@ -1,11 +1,11 @@ - */ final class BlockTemplateResolverSpec extends ObjectBehavior { function it_is_initializable(): void diff --git a/spec/Resolver/PageResourceResolverSpec.php b/spec/Resolver/PageResourceResolverSpec.php index 04b41eee..3656f236 100755 --- a/spec/Resolver/PageResourceResolverSpec.php +++ b/spec/Resolver/PageResourceResolverSpec.php @@ -1,11 +1,11 @@ - */ final class PageResourceResolverSpec extends ObjectBehavior { function let(PageRepositoryInterface $pageRepository, LocaleContextInterface $localeContext, LoggerInterface $logger) diff --git a/spec/Twig/Extension/RenderBlockExtensionSpec.php b/spec/Twig/Extension/RenderBlockExtensionSpec.php index 89e13e13..01220568 100755 --- a/spec/Twig/Extension/RenderBlockExtensionSpec.php +++ b/spec/Twig/Extension/RenderBlockExtensionSpec.php @@ -1,7 +1,7 @@ - */ final class RenderBlockExtensionSpec extends ObjectBehavior { function let( diff --git a/src/BitBagSyliusCmsPlugin.php b/src/BitBagSyliusCmsPlugin.php index a8936750..3948e0f9 100755 --- a/src/BitBagSyliusCmsPlugin.php +++ b/src/BitBagSyliusCmsPlugin.php @@ -1,7 +1,7 @@ - */ final class BitBagSyliusCmsPlugin extends Bundle { use SyliusPluginTrait; diff --git a/src/Controller/BlockController.php b/src/Controller/BlockController.php index 120a3aaa..2ddb4c0b 100755 --- a/src/Controller/BlockController.php +++ b/src/Controller/BlockController.php @@ -1,11 +1,11 @@ - */ final class BlockController extends ResourceController { /** diff --git a/src/Controller/PageController.php b/src/Controller/PageController.php index f0542954..9d69f85a 100755 --- a/src/Controller/PageController.php +++ b/src/Controller/PageController.php @@ -1,11 +1,11 @@ - */ final class PageController extends ResourceController { /** diff --git a/src/Controller/PageSlugController.php b/src/Controller/PageSlugController.php index a1f8808c..0ce76644 100755 --- a/src/Controller/PageSlugController.php +++ b/src/Controller/PageSlugController.php @@ -1,7 +1,7 @@ - */ final class PageSlugController { /** diff --git a/src/DependencyInjection/BitBagSyliusCmsExtension.php b/src/DependencyInjection/BitBagSyliusCmsExtension.php index b8a9cb3c..d543adeb 100755 --- a/src/DependencyInjection/BitBagSyliusCmsExtension.php +++ b/src/DependencyInjection/BitBagSyliusCmsExtension.php @@ -2,8 +2,8 @@ declare(strict_types=1); -/** - * This file was created by the developers from BitBag. +/* + * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.shop and write us @@ -15,9 +15,6 @@ use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Extension\Extension; -/** - * @author Mikołaj Król - */ final class BitBagSyliusCmsExtension extends Extension { /** diff --git a/src/Entity/Block.php b/src/Entity/Block.php index 2127f74b..cd15509f 100755 --- a/src/Entity/Block.php +++ b/src/Entity/Block.php @@ -1,7 +1,7 @@ - * @author Mikołaj Król - */ class Block implements BlockInterface { use ToggleableTrait; diff --git a/src/Entity/BlockImage.php b/src/Entity/BlockImage.php index 634b2221..6cab4f5a 100755 --- a/src/Entity/BlockImage.php +++ b/src/Entity/BlockImage.php @@ -1,7 +1,7 @@ - */ class BlockImage extends BaseImage implements ImageInterface { } diff --git a/src/Entity/BlockInterface.php b/src/Entity/BlockInterface.php index 558ba883..5e2829c2 100755 --- a/src/Entity/BlockInterface.php +++ b/src/Entity/BlockInterface.php @@ -1,7 +1,7 @@ - * @author Mikołaj Król - */ interface BlockInterface extends ResourceInterface, TranslatableInterface, diff --git a/src/Entity/BlockTranslation.php b/src/Entity/BlockTranslation.php index 9211435f..33427605 100755 --- a/src/Entity/BlockTranslation.php +++ b/src/Entity/BlockTranslation.php @@ -1,7 +1,7 @@ - */ class BlockTranslation extends AbstractTranslation implements BlockTranslationInterface { /** diff --git a/src/Entity/BlockTranslationInterface.php b/src/Entity/BlockTranslationInterface.php index a94aa0b2..996b5986 100755 --- a/src/Entity/BlockTranslationInterface.php +++ b/src/Entity/BlockTranslationInterface.php @@ -1,7 +1,7 @@ - */ interface BlockTranslationInterface extends ResourceInterface, TranslationInterface { /** diff --git a/src/Entity/FrequentlyAskedQuestion.php b/src/Entity/FrequentlyAskedQuestion.php index abd42299..fefaeb88 100755 --- a/src/Entity/FrequentlyAskedQuestion.php +++ b/src/Entity/FrequentlyAskedQuestion.php @@ -1,7 +1,7 @@ - */ class FrequentlyAskedQuestion implements FrequentlyAskedQuestionInterface { use ToggleableTrait, diff --git a/src/Entity/FrequentlyAskedQuestionInterface.php b/src/Entity/FrequentlyAskedQuestionInterface.php index a37e10f6..c51bb031 100755 --- a/src/Entity/FrequentlyAskedQuestionInterface.php +++ b/src/Entity/FrequentlyAskedQuestionInterface.php @@ -1,7 +1,7 @@ - */ interface FrequentlyAskedQuestionInterface extends ResourceInterface, TranslatableInterface, ToggleableInterface { /** diff --git a/src/Entity/FrequentlyAskedQuestionTranslation.php b/src/Entity/FrequentlyAskedQuestionTranslation.php index 714d5bb2..c06785f0 100755 --- a/src/Entity/FrequentlyAskedQuestionTranslation.php +++ b/src/Entity/FrequentlyAskedQuestionTranslation.php @@ -1,7 +1,7 @@ - */ class FrequentlyAskedQuestionTranslation extends AbstractTranslation implements FrequentlyAskedQuestionTranslationInterface { /** diff --git a/src/Entity/FrequentlyAskedQuestionTranslationInterface.php b/src/Entity/FrequentlyAskedQuestionTranslationInterface.php index 4f8a18a4..92b36f53 100755 --- a/src/Entity/FrequentlyAskedQuestionTranslationInterface.php +++ b/src/Entity/FrequentlyAskedQuestionTranslationInterface.php @@ -1,7 +1,7 @@ - */ interface FrequentlyAskedQuestionTranslationInterface extends TranslationInterface, ResourceInterface { /** diff --git a/src/Entity/Page.php b/src/Entity/Page.php index 2858980e..8520a600 100755 --- a/src/Entity/Page.php +++ b/src/Entity/Page.php @@ -1,7 +1,7 @@ - * @author Patryk Drapik - */ class Page implements PageInterface { use ToggleableTrait; diff --git a/src/Entity/PageInterface.php b/src/Entity/PageInterface.php index 8f733387..7a3a9d7f 100755 --- a/src/Entity/PageInterface.php +++ b/src/Entity/PageInterface.php @@ -1,7 +1,7 @@ - * @author Patryk Drapik - */ interface PageInterface extends ResourceInterface, TranslatableInterface, diff --git a/src/Entity/PageTranslation.php b/src/Entity/PageTranslation.php index 38d18ba9..946c46e4 100755 --- a/src/Entity/PageTranslation.php +++ b/src/Entity/PageTranslation.php @@ -1,7 +1,7 @@ - * @author Patryk Drapik - */ class PageTranslation extends AbstractTranslation implements PageTranslationInterface { /** diff --git a/src/Entity/PageTranslationInterface.php b/src/Entity/PageTranslationInterface.php index e24e1eca..dee5cf17 100755 --- a/src/Entity/PageTranslationInterface.php +++ b/src/Entity/PageTranslationInterface.php @@ -1,7 +1,7 @@ - * @author Patryk Drapik - */ interface PageTranslationInterface extends ResourceInterface, TranslationInterface { /** diff --git a/src/Entity/ProductsAwareInterface.php b/src/Entity/ProductsAwareInterface.php index f33ab1ba..90c6ed47 100755 --- a/src/Entity/ProductsAwareInterface.php +++ b/src/Entity/ProductsAwareInterface.php @@ -1,11 +1,11 @@ - */ interface ProductsAwareInterface { public function initializeProductsCollection(): void; diff --git a/src/Entity/ProductsAwareTrait.php b/src/Entity/ProductsAwareTrait.php index d641044a..9b97c15b 100755 --- a/src/Entity/ProductsAwareTrait.php +++ b/src/Entity/ProductsAwareTrait.php @@ -1,7 +1,7 @@ - */ trait ProductsAwareTrait { /** diff --git a/src/Entity/Section.php b/src/Entity/Section.php index b6b840b3..7c360f2d 100755 --- a/src/Entity/Section.php +++ b/src/Entity/Section.php @@ -1,11 +1,11 @@ - */ class Section implements SectionInterface { use TranslatableTrait { diff --git a/src/Entity/SectionInterface.php b/src/Entity/SectionInterface.php index afc1ecc9..be24bd1d 100755 --- a/src/Entity/SectionInterface.php +++ b/src/Entity/SectionInterface.php @@ -1,11 +1,11 @@ - */ interface SectionInterface extends ResourceInterface, TranslatableInterface { /** diff --git a/src/Entity/SectionTranslation.php b/src/Entity/SectionTranslation.php index fed8e258..4bcc29eb 100755 --- a/src/Entity/SectionTranslation.php +++ b/src/Entity/SectionTranslation.php @@ -1,11 +1,11 @@ - */ class SectionTranslation extends AbstractTranslation implements SectionTranslationInterface { /** diff --git a/src/Entity/SectionTranslationInterface.php b/src/Entity/SectionTranslationInterface.php index 63903fbf..66ae0a4f 100755 --- a/src/Entity/SectionTranslationInterface.php +++ b/src/Entity/SectionTranslationInterface.php @@ -1,11 +1,11 @@ - */ interface SectionTranslationInterface extends ResourceInterface, TranslationInterface { /** diff --git a/src/Entity/SectionableInterface.php b/src/Entity/SectionableInterface.php index abee3329..25d3b045 100755 --- a/src/Entity/SectionableInterface.php +++ b/src/Entity/SectionableInterface.php @@ -1,11 +1,11 @@ - */ interface SectionableInterface { public function initializeSectionsCollection(): void; diff --git a/src/Entity/SectionableTrait.php b/src/Entity/SectionableTrait.php index 77b8c2ec..ed4dc737 100755 --- a/src/Entity/SectionableTrait.php +++ b/src/Entity/SectionableTrait.php @@ -1,11 +1,11 @@ - */ trait SectionableTrait { /** diff --git a/src/EventListener/ImageBlockUploadListener.php b/src/EventListener/ImageBlockUploadListener.php index 565c9063..b2e5bb9d 100755 --- a/src/EventListener/ImageBlockUploadListener.php +++ b/src/EventListener/ImageBlockUploadListener.php @@ -1,7 +1,7 @@ - */ final class ImageBlockUploadListener { /** diff --git a/src/Exception/TemplateTypeNotFound.php b/src/Exception/TemplateTypeNotFound.php index ce46c5bc..3d0d8afd 100755 --- a/src/Exception/TemplateTypeNotFound.php +++ b/src/Exception/TemplateTypeNotFound.php @@ -1,7 +1,7 @@ - */ final class TemplateTypeNotFound extends \Exception { /** diff --git a/src/Factory/BlockFactory.php b/src/Factory/BlockFactory.php index 024f0eea..93eb8b71 100755 --- a/src/Factory/BlockFactory.php +++ b/src/Factory/BlockFactory.php @@ -1,7 +1,7 @@ - */ final class BlockFactory implements BlockFactoryInterface { /** diff --git a/src/Factory/BlockFactoryInterface.php b/src/Factory/BlockFactoryInterface.php index 73b087a1..60bac5a0 100755 --- a/src/Factory/BlockFactoryInterface.php +++ b/src/Factory/BlockFactoryInterface.php @@ -1,7 +1,7 @@ - */ interface BlockFactoryInterface extends FactoryInterface { /** diff --git a/src/Fixture/BlockFixture.php b/src/Fixture/BlockFixture.php index d22986b2..8cd484d6 100755 --- a/src/Fixture/BlockFixture.php +++ b/src/Fixture/BlockFixture.php @@ -1,7 +1,7 @@ - */ final class BlockFixture extends AbstractFixture implements FixtureInterface { /** diff --git a/src/Fixture/Factory/BlockFixtureFactory.php b/src/Fixture/Factory/BlockFixtureFactory.php index ab0b8972..c570e58c 100755 --- a/src/Fixture/Factory/BlockFixtureFactory.php +++ b/src/Fixture/Factory/BlockFixtureFactory.php @@ -1,11 +1,11 @@ - */ final class BlockFixtureFactory implements FixtureFactoryInterface { /** diff --git a/src/Fixture/Factory/FixtureFactoryInterface.php b/src/Fixture/Factory/FixtureFactoryInterface.php index d625664c..4fc1d968 100755 --- a/src/Fixture/Factory/FixtureFactoryInterface.php +++ b/src/Fixture/Factory/FixtureFactoryInterface.php @@ -1,20 +1,17 @@ - */ interface FixtureFactoryInterface { /** diff --git a/src/Fixture/Factory/FrequentlyAskedQuestionFixtureFactory.php b/src/Fixture/Factory/FrequentlyAskedQuestionFixtureFactory.php index 46c5b4e4..c19bb385 100755 --- a/src/Fixture/Factory/FrequentlyAskedQuestionFixtureFactory.php +++ b/src/Fixture/Factory/FrequentlyAskedQuestionFixtureFactory.php @@ -1,11 +1,11 @@ - */ final class FrequentlyAskedQuestionFixtureFactory implements FixtureFactoryInterface { /** diff --git a/src/Fixture/Factory/PageFixtureFactory.php b/src/Fixture/Factory/PageFixtureFactory.php index 9b4d7f8e..ec7a8435 100755 --- a/src/Fixture/Factory/PageFixtureFactory.php +++ b/src/Fixture/Factory/PageFixtureFactory.php @@ -1,11 +1,11 @@ - */ final class PageFixtureFactory implements FixtureFactoryInterface { /** diff --git a/src/Fixture/Factory/SectionFixtureFactory.php b/src/Fixture/Factory/SectionFixtureFactory.php index 88ff1fd8..efbff605 100755 --- a/src/Fixture/Factory/SectionFixtureFactory.php +++ b/src/Fixture/Factory/SectionFixtureFactory.php @@ -1,11 +1,11 @@ - */ final class SectionFixtureFactory implements FixtureFactoryInterface { /** diff --git a/src/Fixture/FrequentlyAskedQuestionFixture.php b/src/Fixture/FrequentlyAskedQuestionFixture.php index 4af91a09..2b36deeb 100755 --- a/src/Fixture/FrequentlyAskedQuestionFixture.php +++ b/src/Fixture/FrequentlyAskedQuestionFixture.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionFixture extends AbstractFixture implements FixtureInterface { /** diff --git a/src/Fixture/PageFixture.php b/src/Fixture/PageFixture.php index b8096add..340f9410 100755 --- a/src/Fixture/PageFixture.php +++ b/src/Fixture/PageFixture.php @@ -1,7 +1,7 @@ - */ final class PageFixture extends AbstractFixture implements FixtureInterface { /** diff --git a/src/Fixture/SectionFixture.php b/src/Fixture/SectionFixture.php index a4ba65fe..0c957644 100755 --- a/src/Fixture/SectionFixture.php +++ b/src/Fixture/SectionFixture.php @@ -1,7 +1,7 @@ - */ final class SectionFixture extends AbstractFixture implements FixtureInterface { /** diff --git a/src/Form/Type/BlockImageType.php b/src/Form/Type/BlockImageType.php index 588f0f47..5ea1ccc6 100755 --- a/src/Form/Type/BlockImageType.php +++ b/src/Form/Type/BlockImageType.php @@ -1,7 +1,7 @@ - */ final class BlockImageType extends BaseImageType { /** diff --git a/src/Form/Type/BlockType.php b/src/Form/Type/BlockType.php index 35ef1763..7dd1247d 100755 --- a/src/Form/Type/BlockType.php +++ b/src/Form/Type/BlockType.php @@ -1,7 +1,7 @@ - * @author Mikołaj Król - */ final class BlockType extends AbstractResourceType { /** diff --git a/src/Form/Type/FrequentlyAskedQuestionType.php b/src/Form/Type/FrequentlyAskedQuestionType.php index fdb25a3f..c58e4324 100755 --- a/src/Form/Type/FrequentlyAskedQuestionType.php +++ b/src/Form/Type/FrequentlyAskedQuestionType.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionType extends AbstractResourceType { /** diff --git a/src/Form/Type/PageType.php b/src/Form/Type/PageType.php index ce9b5a33..d9f9db84 100755 --- a/src/Form/Type/PageType.php +++ b/src/Form/Type/PageType.php @@ -1,7 +1,7 @@ - */ final class PageType extends AbstractResourceType { /** diff --git a/src/Form/Type/SectionAutocompleteChoiceType.php b/src/Form/Type/SectionAutocompleteChoiceType.php index 028d56af..5688194f 100755 --- a/src/Form/Type/SectionAutocompleteChoiceType.php +++ b/src/Form/Type/SectionAutocompleteChoiceType.php @@ -1,11 +1,11 @@ - */ final class SectionAutocompleteChoiceType extends AbstractType { /** diff --git a/src/Form/Type/SectionType.php b/src/Form/Type/SectionType.php index b25cab4b..800f87c7 100755 --- a/src/Form/Type/SectionType.php +++ b/src/Form/Type/SectionType.php @@ -1,11 +1,11 @@ - */ final class SectionType extends AbstractResourceType { /** diff --git a/src/Form/Type/Translation/FrequentlyAskedQuestionTranslationType.php b/src/Form/Type/Translation/FrequentlyAskedQuestionTranslationType.php index 0cad8f9a..a95058e7 100755 --- a/src/Form/Type/Translation/FrequentlyAskedQuestionTranslationType.php +++ b/src/Form/Type/Translation/FrequentlyAskedQuestionTranslationType.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionTranslationType extends AbstractResourceType { /** diff --git a/src/Form/Type/Translation/HtmlBlockTranslationType.php b/src/Form/Type/Translation/HtmlBlockTranslationType.php index 742be56d..9888aace 100755 --- a/src/Form/Type/Translation/HtmlBlockTranslationType.php +++ b/src/Form/Type/Translation/HtmlBlockTranslationType.php @@ -1,7 +1,7 @@ - */ final class HtmlBlockTranslationType extends AbstractResourceType { /** diff --git a/src/Form/Type/Translation/ImageBlockTranslationType.php b/src/Form/Type/Translation/ImageBlockTranslationType.php index ebf805e2..ef99b14c 100755 --- a/src/Form/Type/Translation/ImageBlockTranslationType.php +++ b/src/Form/Type/Translation/ImageBlockTranslationType.php @@ -1,7 +1,7 @@ - */ final class ImageBlockTranslationType extends AbstractResourceType { /** diff --git a/src/Form/Type/Translation/PageTranslationType.php b/src/Form/Type/Translation/PageTranslationType.php index a869246d..f2f7f77c 100755 --- a/src/Form/Type/Translation/PageTranslationType.php +++ b/src/Form/Type/Translation/PageTranslationType.php @@ -1,7 +1,7 @@ - */ final class PageTranslationType extends AbstractResourceType { /** diff --git a/src/Form/Type/Translation/SectionTranslationType.php b/src/Form/Type/Translation/SectionTranslationType.php index 78915c37..6bd1b4f8 100755 --- a/src/Form/Type/Translation/SectionTranslationType.php +++ b/src/Form/Type/Translation/SectionTranslationType.php @@ -1,11 +1,11 @@ - */ final class SectionTranslationType extends AbstractResourceType { /** diff --git a/src/Form/Type/Translation/TextBlockTranslationType.php b/src/Form/Type/Translation/TextBlockTranslationType.php index 2f3bed93..6e7b7d76 100755 --- a/src/Form/Type/Translation/TextBlockTranslationType.php +++ b/src/Form/Type/Translation/TextBlockTranslationType.php @@ -1,7 +1,7 @@ - */ final class TextBlockTranslationType extends AbstractResourceType { /** diff --git a/src/Menu/ContentManagementMenuBuilder.php b/src/Menu/ContentManagementMenuBuilder.php index c19b64f0..71951e82 100755 --- a/src/Menu/ContentManagementMenuBuilder.php +++ b/src/Menu/ContentManagementMenuBuilder.php @@ -1,7 +1,7 @@ - */ final class ContentManagementMenuBuilder { /** diff --git a/src/Repository/BlockRepository.php b/src/Repository/BlockRepository.php index 15a219a7..ddb5c9e0 100755 --- a/src/Repository/BlockRepository.php +++ b/src/Repository/BlockRepository.php @@ -1,7 +1,7 @@ - * @author Mikołaj Król - */ class BlockRepository extends EntityRepository implements BlockRepositoryInterface { /** diff --git a/src/Repository/BlockRepositoryInterface.php b/src/Repository/BlockRepositoryInterface.php index b10f192e..bdc0daff 100755 --- a/src/Repository/BlockRepositoryInterface.php +++ b/src/Repository/BlockRepositoryInterface.php @@ -1,7 +1,7 @@ - */ interface BlockRepositoryInterface extends RepositoryInterface { /** diff --git a/src/Repository/FrequentlyAskedQuestionRepository.php b/src/Repository/FrequentlyAskedQuestionRepository.php index 849f8ee8..972bf050 100755 --- a/src/Repository/FrequentlyAskedQuestionRepository.php +++ b/src/Repository/FrequentlyAskedQuestionRepository.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionRepository extends EntityRepository implements FrequentlyAskedQuestionRepositoryInterface { /** diff --git a/src/Repository/FrequentlyAskedQuestionRepositoryInterface.php b/src/Repository/FrequentlyAskedQuestionRepositoryInterface.php index 3e2a986b..231dde68 100755 --- a/src/Repository/FrequentlyAskedQuestionRepositoryInterface.php +++ b/src/Repository/FrequentlyAskedQuestionRepositoryInterface.php @@ -1,7 +1,7 @@ - * @author Patryk Drapik - */ interface FrequentlyAskedQuestionRepositoryInterface extends RepositoryInterface { /** diff --git a/src/Repository/PageRepository.php b/src/Repository/PageRepository.php index 86cffc87..8f34e4a7 100755 --- a/src/Repository/PageRepository.php +++ b/src/Repository/PageRepository.php @@ -1,7 +1,7 @@ - */ class PageRepository extends EntityRepository implements PageRepositoryInterface { /** diff --git a/src/Repository/PageRepositoryInterface.php b/src/Repository/PageRepositoryInterface.php index 4c20d6b0..4e219cf6 100755 --- a/src/Repository/PageRepositoryInterface.php +++ b/src/Repository/PageRepositoryInterface.php @@ -1,7 +1,7 @@ - */ interface PageRepositoryInterface extends RepositoryInterface { /** diff --git a/src/Repository/SectionRepository.php b/src/Repository/SectionRepository.php index 82381956..54f9440c 100755 --- a/src/Repository/SectionRepository.php +++ b/src/Repository/SectionRepository.php @@ -1,11 +1,11 @@ - */ class SectionRepository extends EntityRepository implements SectionRepositoryInterface { /** diff --git a/src/Repository/SectionRepositoryInterface.php b/src/Repository/SectionRepositoryInterface.php index cf9bc5ad..bedbb606 100755 --- a/src/Repository/SectionRepositoryInterface.php +++ b/src/Repository/SectionRepositoryInterface.php @@ -1,11 +1,11 @@ - */ interface SectionRepositoryInterface extends RepositoryInterface { /** diff --git a/src/Resolver/BlockResourceResolver.php b/src/Resolver/BlockResourceResolver.php index 51e65581..c58344f4 100755 --- a/src/Resolver/BlockResourceResolver.php +++ b/src/Resolver/BlockResourceResolver.php @@ -1,11 +1,11 @@ - */ final class BlockResourceResolver implements BlockResourceResolverInterface { /** diff --git a/src/Resolver/BlockResourceResolverInterface.php b/src/Resolver/BlockResourceResolverInterface.php index ba1f9f60..52c6c3c6 100755 --- a/src/Resolver/BlockResourceResolverInterface.php +++ b/src/Resolver/BlockResourceResolverInterface.php @@ -1,11 +1,11 @@ - */ interface BlockResourceResolverInterface { /** diff --git a/src/Resolver/BlockTemplateResolver.php b/src/Resolver/BlockTemplateResolver.php index 7d82e7b1..0afdc31b 100755 --- a/src/Resolver/BlockTemplateResolver.php +++ b/src/Resolver/BlockTemplateResolver.php @@ -1,11 +1,11 @@ - */ final class BlockTemplateResolver implements BlockTemplateResolverInterface { /** diff --git a/src/Resolver/BlockTemplateResolverInterface.php b/src/Resolver/BlockTemplateResolverInterface.php index 14cad219..2d26f8e5 100755 --- a/src/Resolver/BlockTemplateResolverInterface.php +++ b/src/Resolver/BlockTemplateResolverInterface.php @@ -1,11 +1,11 @@ - */ interface BlockTemplateResolverInterface { const TEXT_BLOCK_TEMPLATE = '@BitBagSyliusCmsPlugin/Shop/Block/Show/textBlock.html.twig'; diff --git a/src/Resolver/PageResourceResolver.php b/src/Resolver/PageResourceResolver.php index 3b1c7cbe..1dd13b6b 100755 --- a/src/Resolver/PageResourceResolver.php +++ b/src/Resolver/PageResourceResolver.php @@ -1,11 +1,11 @@ - */ final class PageResourceResolver implements PageResourceResolverInterface { /** diff --git a/src/Resolver/PageResourceResolverInterface.php b/src/Resolver/PageResourceResolverInterface.php index 66f6c6c8..96c3a1fd 100755 --- a/src/Resolver/PageResourceResolverInterface.php +++ b/src/Resolver/PageResourceResolverInterface.php @@ -1,11 +1,11 @@ - */ interface PageResourceResolverInterface { /** diff --git a/src/Twig/Extension/RenderBlockExtension.php b/src/Twig/Extension/RenderBlockExtension.php index 25ff3135..ff57b72c 100755 --- a/src/Twig/Extension/RenderBlockExtension.php +++ b/src/Twig/Extension/RenderBlockExtension.php @@ -1,7 +1,7 @@ - * @author Patryk Drapik - */ final class RenderBlockExtension extends \Twig_Extension { /** diff --git a/tests/Behat/Behaviour/ChecksCodeImmutabilityInterface.php b/tests/Behat/Behaviour/ChecksCodeImmutabilityInterface.php index e49c00d4..c7278e5e 100755 --- a/tests/Behat/Behaviour/ChecksCodeImmutabilityInterface.php +++ b/tests/Behat/Behaviour/ChecksCodeImmutabilityInterface.php @@ -1,20 +1,17 @@ - */ interface ChecksCodeImmutabilityInterface { /** diff --git a/tests/Behat/Behaviour/ChecksCodeImmutabilityTrait.php b/tests/Behat/Behaviour/ChecksCodeImmutabilityTrait.php index bcd0512a..7ca5ed00 100755 --- a/tests/Behat/Behaviour/ChecksCodeImmutabilityTrait.php +++ b/tests/Behat/Behaviour/ChecksCodeImmutabilityTrait.php @@ -1,11 +1,11 @@ - */ trait ChecksCodeImmutabilityTrait { use DocumentAccessor; diff --git a/tests/Behat/Behaviour/ContainsEmptyListInterface.php b/tests/Behat/Behaviour/ContainsEmptyListInterface.php index bd5a8d13..d4b8f3b0 100755 --- a/tests/Behat/Behaviour/ContainsEmptyListInterface.php +++ b/tests/Behat/Behaviour/ContainsEmptyListInterface.php @@ -1,20 +1,17 @@ - */ interface ContainsEmptyListInterface { /** diff --git a/tests/Behat/Behaviour/ContainsEmptyListTrait.php b/tests/Behat/Behaviour/ContainsEmptyListTrait.php index d2dd5106..8e9f8154 100755 --- a/tests/Behat/Behaviour/ContainsEmptyListTrait.php +++ b/tests/Behat/Behaviour/ContainsEmptyListTrait.php @@ -1,11 +1,11 @@ - */ trait ContainsEmptyListTrait { use DocumentAccessor; diff --git a/tests/Behat/Behaviour/ContainsErrorInterface.php b/tests/Behat/Behaviour/ContainsErrorInterface.php index 111cf995..836c14d0 100755 --- a/tests/Behat/Behaviour/ContainsErrorInterface.php +++ b/tests/Behat/Behaviour/ContainsErrorInterface.php @@ -1,11 +1,11 @@ - */ interface ContainsErrorInterface { /** diff --git a/tests/Behat/Behaviour/ContainsErrorTrait.php b/tests/Behat/Behaviour/ContainsErrorTrait.php index 5df81921..e9c397d9 100755 --- a/tests/Behat/Behaviour/ContainsErrorTrait.php +++ b/tests/Behat/Behaviour/ContainsErrorTrait.php @@ -1,7 +1,7 @@ - */ trait ContainsErrorTrait { use DocumentAccessor; diff --git a/tests/Behat/Context/Setup/BlockContext.php b/tests/Behat/Context/Setup/BlockContext.php index e5eeaa38..e4f89e16 100755 --- a/tests/Behat/Context/Setup/BlockContext.php +++ b/tests/Behat/Context/Setup/BlockContext.php @@ -1,7 +1,7 @@ - */ final class BlockContext implements Context { const IMAGE_MOCK = 'aston_martin_db_11.jpg'; diff --git a/tests/Behat/Context/Setup/FrequentlyAskedQuestionContext.php b/tests/Behat/Context/Setup/FrequentlyAskedQuestionContext.php index 2e6bce68..056970b0 100755 --- a/tests/Behat/Context/Setup/FrequentlyAskedQuestionContext.php +++ b/tests/Behat/Context/Setup/FrequentlyAskedQuestionContext.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionContext implements Context { /** diff --git a/tests/Behat/Context/Setup/PageContext.php b/tests/Behat/Context/Setup/PageContext.php index aef581fc..d6647911 100755 --- a/tests/Behat/Context/Setup/PageContext.php +++ b/tests/Behat/Context/Setup/PageContext.php @@ -1,7 +1,7 @@ - */ final class PageContext implements Context { /** diff --git a/tests/Behat/Context/Setup/SectionContext.php b/tests/Behat/Context/Setup/SectionContext.php index 2cbd4ea1..ee5af3d8 100755 --- a/tests/Behat/Context/Setup/SectionContext.php +++ b/tests/Behat/Context/Setup/SectionContext.php @@ -1,11 +1,11 @@ - */ final class SectionContext implements Context { /** diff --git a/tests/Behat/Context/Ui/Admin/BlockContext.php b/tests/Behat/Context/Ui/Admin/BlockContext.php index ef1d236f..97af2c55 100755 --- a/tests/Behat/Context/Ui/Admin/BlockContext.php +++ b/tests/Behat/Context/Ui/Admin/BlockContext.php @@ -1,7 +1,7 @@ - */ final class BlockContext implements Context { /** diff --git a/tests/Behat/Context/Ui/Admin/FrequentlyAskedQuestionContext.php b/tests/Behat/Context/Ui/Admin/FrequentlyAskedQuestionContext.php index 3db944ce..4b224f65 100755 --- a/tests/Behat/Context/Ui/Admin/FrequentlyAskedQuestionContext.php +++ b/tests/Behat/Context/Ui/Admin/FrequentlyAskedQuestionContext.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionContext implements Context { /** diff --git a/tests/Behat/Context/Ui/Admin/PageContext.php b/tests/Behat/Context/Ui/Admin/PageContext.php index dc406da8..630e7ee5 100755 --- a/tests/Behat/Context/Ui/Admin/PageContext.php +++ b/tests/Behat/Context/Ui/Admin/PageContext.php @@ -1,7 +1,7 @@ - */ final class PageContext implements Context { /** diff --git a/tests/Behat/Context/Ui/Admin/SectionContext.php b/tests/Behat/Context/Ui/Admin/SectionContext.php index 86c2a45e..626ce5a9 100755 --- a/tests/Behat/Context/Ui/Admin/SectionContext.php +++ b/tests/Behat/Context/Ui/Admin/SectionContext.php @@ -1,11 +1,11 @@ - */ final class SectionContext implements Context { /** diff --git a/tests/Behat/Context/Ui/Shop/FrequentlyAskedQuestionContext.php b/tests/Behat/Context/Ui/Shop/FrequentlyAskedQuestionContext.php index da864567..66363c9e 100755 --- a/tests/Behat/Context/Ui/Shop/FrequentlyAskedQuestionContext.php +++ b/tests/Behat/Context/Ui/Shop/FrequentlyAskedQuestionContext.php @@ -1,11 +1,11 @@ - */ final class FrequentlyAskedQuestionContext implements Context { /** diff --git a/tests/Behat/Context/Ui/Shop/HomepageBlocksContext.php b/tests/Behat/Context/Ui/Shop/HomepageBlocksContext.php index 91db6a0a..d24c2058 100755 --- a/tests/Behat/Context/Ui/Shop/HomepageBlocksContext.php +++ b/tests/Behat/Context/Ui/Shop/HomepageBlocksContext.php @@ -1,11 +1,11 @@ - */ final class HomepageBlocksContext implements Context { /** diff --git a/tests/Behat/Context/Ui/Shop/PageContext.php b/tests/Behat/Context/Ui/Shop/PageContext.php index 01444199..85d5e2b6 100755 --- a/tests/Behat/Context/Ui/Shop/PageContext.php +++ b/tests/Behat/Context/Ui/Shop/PageContext.php @@ -1,11 +1,11 @@ - */ final class PageContext implements Context { /** diff --git a/tests/Behat/Page/Admin/Block/CreatePage.php b/tests/Behat/Page/Admin/Block/CreatePage.php index 95cefbb8..d543f57b 100755 --- a/tests/Behat/Page/Admin/Block/CreatePage.php +++ b/tests/Behat/Page/Admin/Block/CreatePage.php @@ -1,7 +1,7 @@ - */ class CreatePage extends BaseCreatePage implements CreatePageInterface { use ContainsErrorTrait; diff --git a/tests/Behat/Page/Admin/Block/CreatePageInterface.php b/tests/Behat/Page/Admin/Block/CreatePageInterface.php index 7a8493f8..e9326ece 100755 --- a/tests/Behat/Page/Admin/Block/CreatePageInterface.php +++ b/tests/Behat/Page/Admin/Block/CreatePageInterface.php @@ -1,7 +1,7 @@ - */ interface CreatePageInterface extends BaseCreatePageInterface, ContainsErrorInterface { /** diff --git a/tests/Behat/Page/Admin/Block/IndexPage.php b/tests/Behat/Page/Admin/Block/IndexPage.php index 3c4e2b89..688d35c6 100755 --- a/tests/Behat/Page/Admin/Block/IndexPage.php +++ b/tests/Behat/Page/Admin/Block/IndexPage.php @@ -1,7 +1,7 @@ - */ class IndexPage extends BaseIndexPage implements IndexPageInterface { use ContainsEmptyListTrait; diff --git a/tests/Behat/Page/Admin/Block/IndexPageInterface.php b/tests/Behat/Page/Admin/Block/IndexPageInterface.php index 1d0d7ef6..9ec6ff45 100755 --- a/tests/Behat/Page/Admin/Block/IndexPageInterface.php +++ b/tests/Behat/Page/Admin/Block/IndexPageInterface.php @@ -1,7 +1,7 @@ - */ interface IndexPageInterface extends BaseIndexPageInterface, ContainsEmptyListInterface { /** diff --git a/tests/Behat/Page/Admin/Block/UpdatePage.php b/tests/Behat/Page/Admin/Block/UpdatePage.php index eb40e158..877949cd 100755 --- a/tests/Behat/Page/Admin/Block/UpdatePage.php +++ b/tests/Behat/Page/Admin/Block/UpdatePage.php @@ -1,7 +1,7 @@ - */ class UpdatePage extends BaseUpdatePage implements UpdatePageInterface { use ChecksCodeImmutabilityTrait; diff --git a/tests/Behat/Page/Admin/Block/UpdatePageInterface.php b/tests/Behat/Page/Admin/Block/UpdatePageInterface.php index 1c4877f1..1e83b98d 100755 --- a/tests/Behat/Page/Admin/Block/UpdatePageInterface.php +++ b/tests/Behat/Page/Admin/Block/UpdatePageInterface.php @@ -1,7 +1,7 @@ - */ interface UpdatePageInterface extends BaseUpdatePageInterface, ChecksCodeImmutabilityInterface { /** diff --git a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePage.php b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePage.php index 8a96bc59..f3afc73d 100755 --- a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePage.php +++ b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePage.php @@ -1,7 +1,7 @@ - */ class CreatePage extends BaseCreatePage implements CreatePageInterface { use ContainsErrorTrait; diff --git a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePageInterface.php b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePageInterface.php index 74b255b1..15976fd8 100755 --- a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePageInterface.php +++ b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/CreatePageInterface.php @@ -1,7 +1,7 @@ - */ interface CreatePageInterface extends BaseCreatePageInterface, ContainsErrorInterface { /** diff --git a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPage.php b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPage.php index 04e67d14..4caf97c6 100755 --- a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPage.php +++ b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPage.php @@ -1,7 +1,7 @@ - */ class IndexPage extends BaseIndexPage implements IndexPageInterface { use ContainsEmptyListTrait; diff --git a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPageInterface.php b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPageInterface.php index 389e3204..8287c7f7 100755 --- a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPageInterface.php +++ b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/IndexPageInterface.php @@ -1,7 +1,7 @@ - */ interface IndexPageInterface extends BaseIndexPageInterface, ContainsEmptyListInterface { /** diff --git a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePage.php b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePage.php index 5d4808cc..30d1df81 100755 --- a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePage.php +++ b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePage.php @@ -1,7 +1,7 @@ - */ class UpdatePage extends BaseUpdatePage implements UpdatePageInterface { use ChecksCodeImmutabilityTrait; diff --git a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePageInterface.php b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePageInterface.php index 921574f6..2491159e 100755 --- a/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePageInterface.php +++ b/tests/Behat/Page/Admin/FrequentlyAskedQuestion/UpdatePageInterface.php @@ -1,11 +1,11 @@ - */ interface UpdatePageInterface extends BaseUpdatePageInterface, ChecksCodeImmutabilityInterface { } diff --git a/tests/Behat/Page/Admin/Page/CreatePage.php b/tests/Behat/Page/Admin/Page/CreatePage.php index 76473d8a..57790435 100755 --- a/tests/Behat/Page/Admin/Page/CreatePage.php +++ b/tests/Behat/Page/Admin/Page/CreatePage.php @@ -1,7 +1,7 @@ - */ class CreatePage extends BaseCreatePage implements CreatePageInterface { use ContainsErrorTrait; diff --git a/tests/Behat/Page/Admin/Page/CreatePageInterface.php b/tests/Behat/Page/Admin/Page/CreatePageInterface.php index 8528774b..b12a30d9 100755 --- a/tests/Behat/Page/Admin/Page/CreatePageInterface.php +++ b/tests/Behat/Page/Admin/Page/CreatePageInterface.php @@ -1,7 +1,7 @@ - */ interface CreatePageInterface extends BaseCreatePageInterface, ContainsErrorInterface { /** diff --git a/tests/Behat/Page/Admin/Page/IndexPage.php b/tests/Behat/Page/Admin/Page/IndexPage.php index 0ec355ac..94b39e6a 100755 --- a/tests/Behat/Page/Admin/Page/IndexPage.php +++ b/tests/Behat/Page/Admin/Page/IndexPage.php @@ -1,7 +1,7 @@ - */ class IndexPage extends BaseIndexPage implements IndexPageInterface { use ContainsEmptyListTrait; diff --git a/tests/Behat/Page/Admin/Page/IndexPageInterface.php b/tests/Behat/Page/Admin/Page/IndexPageInterface.php index aae699be..9068bea9 100755 --- a/tests/Behat/Page/Admin/Page/IndexPageInterface.php +++ b/tests/Behat/Page/Admin/Page/IndexPageInterface.php @@ -1,7 +1,7 @@ - */ interface IndexPageInterface extends BaseIndexPageInterface, ContainsEmptyListInterface { /** diff --git a/tests/Behat/Page/Admin/Page/UpdatePage.php b/tests/Behat/Page/Admin/Page/UpdatePage.php index 29566c3b..789f3267 100755 --- a/tests/Behat/Page/Admin/Page/UpdatePage.php +++ b/tests/Behat/Page/Admin/Page/UpdatePage.php @@ -1,7 +1,7 @@ - */ class UpdatePage extends BaseUpdatePage implements UpdatePageInterface { use ChecksCodeImmutabilityTrait; diff --git a/tests/Behat/Page/Admin/Page/UpdatePageInterface.php b/tests/Behat/Page/Admin/Page/UpdatePageInterface.php index b6f3db6f..1fc6d64e 100755 --- a/tests/Behat/Page/Admin/Page/UpdatePageInterface.php +++ b/tests/Behat/Page/Admin/Page/UpdatePageInterface.php @@ -1,7 +1,7 @@ - */ interface UpdatePageInterface extends BaseUpdatePageInterface, ChecksCodeImmutabilityInterface { } diff --git a/tests/Behat/Page/Admin/Section/CreatePage.php b/tests/Behat/Page/Admin/Section/CreatePage.php index fd37ea4e..816a7492 100755 --- a/tests/Behat/Page/Admin/Section/CreatePage.php +++ b/tests/Behat/Page/Admin/Section/CreatePage.php @@ -1,11 +1,11 @@ - */ class CreatePage extends BaseCreatePage implements CreatePageInterface { use ContainsErrorTrait; diff --git a/tests/Behat/Page/Admin/Section/CreatePageInterface.php b/tests/Behat/Page/Admin/Section/CreatePageInterface.php index 176b2e43..de5fb765 100755 --- a/tests/Behat/Page/Admin/Section/CreatePageInterface.php +++ b/tests/Behat/Page/Admin/Section/CreatePageInterface.php @@ -1,11 +1,11 @@ - */ interface CreatePageInterface extends BaseCreatePageInterface, ContainsErrorInterface { /** diff --git a/tests/Behat/Page/Admin/Section/IndexPage.php b/tests/Behat/Page/Admin/Section/IndexPage.php index 29b4036c..51af4799 100755 --- a/tests/Behat/Page/Admin/Section/IndexPage.php +++ b/tests/Behat/Page/Admin/Section/IndexPage.php @@ -1,11 +1,11 @@ - */ class IndexPage extends BaseIndexPage implements IndexPageInterface { use ContainsEmptyListTrait; diff --git a/tests/Behat/Page/Admin/Section/IndexPageInterface.php b/tests/Behat/Page/Admin/Section/IndexPageInterface.php index dba5f76d..2143d2b4 100755 --- a/tests/Behat/Page/Admin/Section/IndexPageInterface.php +++ b/tests/Behat/Page/Admin/Section/IndexPageInterface.php @@ -1,11 +1,11 @@ - */ interface IndexPageInterface extends BaseIndexPageInterface, ContainsEmptyListInterface { /** diff --git a/tests/Behat/Page/Admin/Section/UpdatePage.php b/tests/Behat/Page/Admin/Section/UpdatePage.php index 4d92cc16..60fc7eaf 100755 --- a/tests/Behat/Page/Admin/Section/UpdatePage.php +++ b/tests/Behat/Page/Admin/Section/UpdatePage.php @@ -1,11 +1,11 @@ - */ class UpdatePage extends BaseUpdatePage implements UpdatePageInterface { use ChecksCodeImmutabilityTrait; diff --git a/tests/Behat/Page/Admin/Section/UpdatePageInterface.php b/tests/Behat/Page/Admin/Section/UpdatePageInterface.php index 8046d9ad..52edb43a 100755 --- a/tests/Behat/Page/Admin/Section/UpdatePageInterface.php +++ b/tests/Behat/Page/Admin/Section/UpdatePageInterface.php @@ -1,11 +1,11 @@ - */ interface UpdatePageInterface extends BaseUpdatePageInterface, ChecksCodeImmutabilityInterface { } diff --git a/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPage.php b/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPage.php index a42e77a2..1d2b2d9d 100755 --- a/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPage.php +++ b/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPage.php @@ -1,11 +1,11 @@ - */ final class IndexPage extends SymfonyPage implements IndexPageInterface { /** diff --git a/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPageInterface.php b/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPageInterface.php index e62c9efb..6eedc126 100755 --- a/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPageInterface.php +++ b/tests/Behat/Page/Shop/FrequentlyAskedQuestion/IndexPageInterface.php @@ -1,11 +1,11 @@ - */ interface IndexPageInterface extends SymfonyPageInterface { /** diff --git a/tests/Behat/Page/Shop/HomePage.php b/tests/Behat/Page/Shop/HomePage.php index 4aaaca9b..36873cdb 100755 --- a/tests/Behat/Page/Shop/HomePage.php +++ b/tests/Behat/Page/Shop/HomePage.php @@ -1,11 +1,11 @@ - */ class HomePage extends BaseHomePage implements HomePageInterface { /** diff --git a/tests/Behat/Page/Shop/HomePageInterface.php b/tests/Behat/Page/Shop/HomePageInterface.php index f9d39e93..86deea9b 100755 --- a/tests/Behat/Page/Shop/HomePageInterface.php +++ b/tests/Behat/Page/Shop/HomePageInterface.php @@ -1,11 +1,11 @@ - */ interface HomePageInterface extends BaseHomePageInterface { /** diff --git a/tests/Behat/Page/Shop/Page/IndexPage.php b/tests/Behat/Page/Shop/Page/IndexPage.php index b4083cb3..f9912e9a 100755 --- a/tests/Behat/Page/Shop/Page/IndexPage.php +++ b/tests/Behat/Page/Shop/Page/IndexPage.php @@ -1,11 +1,11 @@ - */ final class IndexPage extends SymfonyPage implements IndexPageInterface { /** diff --git a/tests/Behat/Page/Shop/Page/IndexPageInterface.php b/tests/Behat/Page/Shop/Page/IndexPageInterface.php index e65daa61..4767b54f 100755 --- a/tests/Behat/Page/Shop/Page/IndexPageInterface.php +++ b/tests/Behat/Page/Shop/Page/IndexPageInterface.php @@ -1,11 +1,11 @@ - */ interface IndexPageInterface extends SymfonyPageInterface { /** diff --git a/tests/Behat/Page/Shop/Page/ShowPage.php b/tests/Behat/Page/Shop/Page/ShowPage.php index c3eee8ee..76502558 100755 --- a/tests/Behat/Page/Shop/Page/ShowPage.php +++ b/tests/Behat/Page/Shop/Page/ShowPage.php @@ -1,11 +1,11 @@ - */ final class ShowPage extends SymfonyPage implements ShowPageInterface { /** diff --git a/tests/Behat/Page/Shop/Page/ShowPageInterface.php b/tests/Behat/Page/Shop/Page/ShowPageInterface.php index 118346cc..dc97bf70 100755 --- a/tests/Behat/Page/Shop/Page/ShowPageInterface.php +++ b/tests/Behat/Page/Shop/Page/ShowPageInterface.php @@ -1,11 +1,11 @@ - */ interface ShowPageInterface extends SymfonyPageInterface { /** diff --git a/tests/Behat/Service/RandomStringGenerator.php b/tests/Behat/Service/RandomStringGenerator.php index ba051964..5116e8f5 100755 --- a/tests/Behat/Service/RandomStringGenerator.php +++ b/tests/Behat/Service/RandomStringGenerator.php @@ -1,7 +1,7 @@ - */ final class RandomStringGenerator implements RandomStringGeneratorInterface { /** diff --git a/tests/Behat/Service/RandomStringGeneratorInterface.php b/tests/Behat/Service/RandomStringGeneratorInterface.php index d8690e34..55049baa 100755 --- a/tests/Behat/Service/RandomStringGeneratorInterface.php +++ b/tests/Behat/Service/RandomStringGeneratorInterface.php @@ -1,7 +1,7 @@ - */ interface RandomStringGeneratorInterface { /** diff --git a/tests/Fixture/BlockFixtureTest.php b/tests/Fixture/BlockFixtureTest.php index 265b94f7..f80b3de7 100755 --- a/tests/Fixture/BlockFixtureTest.php +++ b/tests/Fixture/BlockFixtureTest.php @@ -1,7 +1,7 @@ - */ final class BlockFixtureTest extends \PHPUnit_Framework_TestCase { use ConfigurationTestCaseTrait; diff --git a/tests/Fixture/FrequentlyAskedQuestionFixtureTest.php b/tests/Fixture/FrequentlyAskedQuestionFixtureTest.php index 7348f647..aca45769 100755 --- a/tests/Fixture/FrequentlyAskedQuestionFixtureTest.php +++ b/tests/Fixture/FrequentlyAskedQuestionFixtureTest.php @@ -1,7 +1,7 @@ - */ final class FrequentlyAskedQuestionFixtureTest extends \PHPUnit_Framework_TestCase { use ConfigurationTestCaseTrait; diff --git a/tests/Fixture/PageFixtureTest.php b/tests/Fixture/PageFixtureTest.php index 61390fc3..2d635b18 100755 --- a/tests/Fixture/PageFixtureTest.php +++ b/tests/Fixture/PageFixtureTest.php @@ -1,7 +1,7 @@ - */ final class PageFixtureTest extends \PHPUnit_Framework_TestCase { use ConfigurationTestCaseTrait; diff --git a/tests/Fixture/SectionFixtureTest.php b/tests/Fixture/SectionFixtureTest.php index 67e9017e..0602321e 100755 --- a/tests/Fixture/SectionFixtureTest.php +++ b/tests/Fixture/SectionFixtureTest.php @@ -1,7 +1,7 @@ - */ final class SectionFixtureTest extends \PHPUnit_Framework_TestCase { use ConfigurationTestCaseTrait;