File tree Expand file tree Collapse file tree 5 files changed +44
-4
lines changed
src/Bundle/DependencyInjection/Compiler
tests/Application/src/Entity/Zone Expand file tree Collapse file tree 5 files changed +44
-4
lines changed Original file line number Diff line number Diff line change 1313
1414namespace Sylius \Bundle \ResourceBundle \DependencyInjection \Compiler ;
1515
16- use Doctrine \Common \EventSubscriber ;
1716use Sylius \Bundle \ResourceBundle \DependencyInjection \Compiler \Helper \TargetEntitiesResolverInterface ;
1817use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
1918use Symfony \Component \DependencyInjection \ContainerBuilder ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Sylius package.
5+ *
6+ * (c) Sylius Sp. z o.o.
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
12+ declare (strict_types=1 );
13+
314namespace App \Entity \Zone ;
415
5- use Doctrine \Common \Collections \ArrayCollection ;
616use Doctrine \Common \Collections \Collection ;
717use Doctrine \ORM \Mapping as ORM ;
8- use Symfony \Component \Validator \Constraints \Country ;
918
1019#[ORM \Entity]
1120class Zone implements ZoneInterface
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Sylius package.
5+ *
6+ * (c) Sylius Sp. z o.o.
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
12+ declare (strict_types=1 );
13+
314namespace App \Entity \Zone ;
415
516use Sylius \Resource \Model \ResourceInterface ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Sylius package.
5+ *
6+ * (c) Sylius Sp. z o.o.
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
12+ declare (strict_types=1 );
13+
314namespace App \Entity \Zone ;
415
516use Doctrine \ORM \Mapping as ORM ;
6- use Sylius \Resource \Model \ResourceInterface ;
717
818#[ORM \Entity]
919class ZoneMember implements ZoneMemberInterface
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Sylius package.
5+ *
6+ * (c) Sylius Sp. z o.o.
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
12+ declare (strict_types=1 );
13+
314namespace App \Entity \Zone ;
415
516use Sylius \Resource \Model \ResourceInterface ;
You can’t perform that action at this time.
0 commit comments