Skip to content

Commit

Permalink
Fix PHP CS
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Oct 30, 2021
1 parent d680188 commit 9985073
Show file tree
Hide file tree
Showing 29 changed files with 117 additions and 59 deletions.
6 changes: 4 additions & 2 deletions src/Controller/MenuItemResourceController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/DependencyInjection/MonsieurBizSyliusMenuExtension.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Entity/Menu.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Entity/MenuInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Entity/MenuItem.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Entity/MenuItemInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Entity/MenuItemTranslation.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Entity/MenuItemTranslationInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/EventListener/AdminMenuListener.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/EventListener/Doctrine/MenuItemListener.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Factory/MenuItemFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Factory/MenuItemFactoryInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Fixture/Factory/MenuFixtureFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Fixture/Factory/MenuFixtureFactoryInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Fixture/MenuFixture.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Form/Type/MenuItemTranslationType.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Form/Type/MenuItemType.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Form/Type/MenuType.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
8 changes: 5 additions & 3 deletions src/Hydrator/MenuTreeHydrator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down Expand Up @@ -41,8 +43,8 @@ private function fillItems(MenuItemInterface $item): void
}

/**
*
* @param Collection<int, MenuItemInterface> $items
*
* @return Collection<int, MenuItemInterface>
*/
private function filterItemsByParent(Collection $items, MenuItemInterface $parentItem): Collection
Expand Down
6 changes: 4 additions & 2 deletions src/Migrations/Version20210416121344.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/MonsieurBizSyliusMenuPlugin.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Repository/MenuItemRepository.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Repository/MenuItemRepositoryInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Repository/MenuRepository.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Repository/MenuRepositoryInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
6 changes: 4 additions & 2 deletions src/Twig/Extension/MenuExtension.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

/*
* This file is part of Monsieur Biz' menu plugin for Sylius.
* This file is part of Monsieur Biz' Menu plugin for Sylius.
*
* (c) Monsieur Biz <[email protected]>
* For the full copyright and license information, please view the LICENSE
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

Expand Down
Loading

0 comments on commit 9985073

Please sign in to comment.