forked from Sylius/AdminOrderCreationPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Sylius#103 from shinoks/master
Files header fix
- Loading branch information
Showing
139 changed files
with
333 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
|
@@ -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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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; | ||
|
Oops, something went wrong.