Skip to content

Commit

Permalink
Merge pull request Sylius#103 from shinoks/master
Browse files Browse the repository at this point in the history
Files header fix
  • Loading branch information
bitbager authored Nov 24, 2017
2 parents 7e0eb1c + aa80a5b commit ff7180d
Show file tree
Hide file tree
Showing 139 changed files with 333 additions and 760 deletions.
7 changes: 2 additions & 5 deletions spec/Entity/BlockImageSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -16,9 +16,6 @@
use Sylius\Component\Core\Model\Image as SyliusImage;
use PhpSpec\ObjectBehavior;

/**
* @author Mikołaj Król <[email protected]>
*/
final class BlockImageSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Entity/BlockSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -19,9 +19,6 @@
use Sylius\Component\Core\Model\ProductInterface;
use Sylius\Component\Resource\Model\ResourceInterface;

/**
* @author Mikołaj Król <[email protected]>
*/
final class BlockSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Entity/BlockTranslationSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -18,9 +18,6 @@
use Sylius\Component\Resource\Model\ResourceInterface;
use Sylius\Component\Resource\Model\TranslationInterface;

/**
* @author Mikołaj Król <[email protected]>
*/
final class BlockTranslationSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Entity/FrequentlyAskedQuestionSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -17,9 +17,6 @@
use PhpSpec\ObjectBehavior;
use Sylius\Component\Resource\Model\ResourceInterface;

/**
* @author Patryk Drapik <[email protected]>
*/
final class FrequentlyAskedQuestionSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Entity/FrequentlyAskedQuestionTranslationSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -18,9 +18,6 @@
use BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionTranslation;
use BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionTranslationInterface;

/**
* @author Patryk Drapik <[email protected]>
*/
final class FrequentlyAskedQuestionTranslationSpec extends ObjectBehavior
{
function it_is_initializable()
Expand Down
7 changes: 2 additions & 5 deletions spec/Entity/PageSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -19,9 +19,6 @@
use Sylius\Component\Core\Model\ProductInterface;
use Sylius\Component\Resource\Model\ResourceInterface;

/**
* @author Patryk Drapik <[email protected]>
*/
final class PageSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Entity/PageTranslationSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -18,9 +18,6 @@
use Sylius\Component\Resource\Model\ResourceInterface;
use Sylius\Component\Resource\Model\TranslationInterface;

/**
* @author Patryk Drapik <[email protected]>
*/
final class PageTranslationSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
9 changes: 3 additions & 6 deletions spec/Entity/SectionSpec.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

/**
* 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
* an email on kontakt@bitbag.pl.
* an email on mikolaj.krol@bitbag.pl.
*/

declare(strict_types=1);
Expand All @@ -17,9 +17,6 @@
use PhpSpec\ObjectBehavior;
use Sylius\Component\Resource\Model\ResourceInterface;

/**
* @author Patryk Drapik <[email protected]>
*/
final class SectionSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
9 changes: 3 additions & 6 deletions spec/Entity/SectionTranslationSpec.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

/**
* 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
* an email on kontakt@bitbag.pl.
* an email on mikolaj.krol@bitbag.pl.
*/

declare(strict_types=1);
Expand All @@ -18,9 +18,6 @@
use Sylius\Component\Resource\Model\ResourceInterface;
use Sylius\Component\Resource\Model\TranslationInterface;

/**
* @author Patryk Drapik <[email protected]>
*/
final class SectionTranslationSpec extends ObjectBehavior
{
function it_is_initializable()
Expand Down
7 changes: 2 additions & 5 deletions spec/EventListener/ImageBlockUploadListenerSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -22,9 +22,6 @@
use Sylius\Component\Core\Model\ImageInterface;
use Sylius\Component\Core\Uploader\ImageUploaderInterface;

/**
* @author Mikołaj Król <[email protected]>
*/
final class ImageBlockUploadListenerSpec extends ObjectBehavior
{
public function let(ImageUploaderInterface $imageUploader): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Exception/TemplateTypeNotFoundSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -15,9 +15,6 @@
use BitBag\SyliusCmsPlugin\Exception\TemplateTypeNotFound;
use PhpSpec\ObjectBehavior;

/**
* @author Mikołaj Król <[email protected]>
*/
final class TemplateTypeNotFoundSpec extends ObjectBehavior
{
function let(): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Factory/BlockFactorySpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -17,9 +17,6 @@
use PhpSpec\ObjectBehavior;
use Sylius\Component\Resource\Factory\FactoryInterface;

/**
* @author Mikołaj Król <[email protected]>
*/
final class BlockFactorySpec extends ObjectBehavior
{
function let(FactoryInterface $resourceFactory): void
Expand Down
7 changes: 2 additions & 5 deletions spec/Menu/ContentManagementMenuBuilderSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -17,9 +17,6 @@
use PhpSpec\ObjectBehavior;
use Sylius\Bundle\UiBundle\Menu\Event\MenuBuilderEvent;

/**
* @author Mikołaj Król <[email protected]>
*/
final class ContentManagementMenuBuilderSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
9 changes: 3 additions & 6 deletions spec/Resolver/BlockResourceResolverSpec.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

/**
* 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
* an email on kontakt@bitbag.pl.
* an email on mikolaj.krol@bitbag.pl.
*/

declare(strict_types=1);
Expand All @@ -19,9 +19,6 @@
use PhpSpec\ObjectBehavior;
use Psr\Log\LoggerInterface;

/**
* @author Mikołaj Król <[email protected]>
*/
final class BlockResourceResolverSpec extends ObjectBehavior
{
function let(BlockRepositoryInterface $blockRepository, LoggerInterface $logger)
Expand Down
9 changes: 3 additions & 6 deletions spec/Resolver/BlockTemplateResolverSpec.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

/**
* 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
* an email on kontakt@bitbag.pl.
* an email on mikolaj.krol@bitbag.pl.
*/

declare(strict_types=1);
Expand All @@ -17,9 +17,6 @@
use BitBag\SyliusCmsPlugin\Resolver\BlockTemplateResolverInterface;
use PhpSpec\ObjectBehavior;

/**
* @author Mikołaj Król <[email protected]>
*/
final class BlockTemplateResolverSpec extends ObjectBehavior
{
function it_is_initializable(): void
Expand Down
9 changes: 3 additions & 6 deletions spec/Resolver/PageResourceResolverSpec.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

/**
* 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
* an email on kontakt@bitbag.pl.
* an email on mikolaj.krol@bitbag.pl.
*/

declare(strict_types=1);
Expand All @@ -20,9 +20,6 @@
use Psr\Log\LoggerInterface;
use Sylius\Component\Locale\Context\LocaleContextInterface;

/**
* @author Mikołaj Król <[email protected]>
*/
final class PageResourceResolverSpec extends ObjectBehavior
{
function let(PageRepositoryInterface $pageRepository, LocaleContextInterface $localeContext, LoggerInterface $logger)
Expand Down
7 changes: 2 additions & 5 deletions spec/Twig/Extension/RenderBlockExtensionSpec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -19,9 +19,6 @@
use BitBag\SyliusCmsPlugin\Twig\Extension\RenderBlockExtension;
use PhpSpec\ObjectBehavior;

/**
* @author Mikołaj Król <[email protected]>
*/
final class RenderBlockExtensionSpec extends ObjectBehavior
{
function let(
Expand Down
7 changes: 2 additions & 5 deletions src/BitBagSyliusCmsPlugin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* 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
Expand All @@ -15,9 +15,6 @@
use Sylius\Bundle\CoreBundle\Application\SyliusPluginTrait;
use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
* @author Mikołaj Król <[email protected]>
*/
final class BitBagSyliusCmsPlugin extends Bundle
{
use SyliusPluginTrait;
Expand Down
Loading

0 comments on commit ff7180d

Please sign in to comment.