Completed
Pull Request — master (#239)
by Luc
04:56
created
src/Variations/VariationDecoratedEventService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use CultuurNet\UDB3\Variations\Model\Properties\Url;
10 10
 use CultuurNet\UDB3\Variations\ReadModel\Search\Criteria;
11 11
 use CultuurNet\UDB3\Variations\ReadModel\Search\RepositoryInterface;
12
-use Doctrine\Instantiator\Exception\InvalidArgumentException;
13 12
 use ValueObjects\Exception\InvalidNativeArgumentException;
14 13
 
15 14
 class VariationDecoratedEventService implements EventServiceInterface
Please login to merge, or discard this patch.
src/Role/Commands/RenameRole.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace CultuurNet\UDB3\Role\Commands;
4 4
 
5 5
 use ValueObjects\Identity\UUID;
6
-use ValueObjects\String\String as stringLiteral;
7 6
 
8 7
 class RenameRole extends AbstractCommand
9 8
 {
Please login to merge, or discard this patch.
src/Role/Events/AbstractConstraintEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace CultuurNet\UDB3\Role\Commands;
4 4
 
5 5
 use ValueObjects\Identity\UUID;
6
-use ValueObjects\String\String as stringLiteral;
7 6
 
8 7
 class RenameRole extends AbstractCommand
9 8
 {
Please login to merge, or discard this patch.
src/Media/ImageUploaderService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Broadway\CommandHandling\CommandBusInterface;
6 6
 use Broadway\UuidGenerator\UuidGeneratorInterface;
7
-use CultuurNet\Entry\Number;
8 7
 use CultuurNet\UDB3\Media\Commands\UploadImage;
9 8
 use CultuurNet\UDB3\Media\Properties\MIMEType;
10 9
 use League\Flysystem\FilesystemInterface;
Please login to merge, or discard this patch.
src/Timestamp.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Broadway\Serializer\SerializableInterface;
6 6
 use DateTime;
7 7
 use DateTimeInterface;
8
-use ValueObjects\DateTime\Date;
9 8
 
10 9
 /**
11 10
  * Provices a class for a timestamp.
Please login to merge, or discard this patch.
src/ReadModel/Index/Projector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use CultuurNet\UDB3\EventHandling\DelegateEventHandlingToSpecificMethodTrait;
16 16
 use CultuurNet\UDB3\Offer\Events\AbstractEventWithIri;
17 17
 use CultuurNet\UDB3\Offer\IriOfferIdentifierFactoryInterface;
18
-use CultuurNet\UDB3\Organizer\Events\OrganizerDeleted;
19 18
 use CultuurNet\UDB3\Place\Events\PlaceCreated;
20 19
 use CultuurNet\UDB3\Place\Events\PlaceDeleted;
21 20
 use CultuurNet\UDB3\Place\Events\PlaceImportedFromUDB2;
Please login to merge, or discard this patch.
src/Offer/Security/SecurityWithLabelPrivacy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use CultuurNet\UDB3\Label\ValueObjects\LabelName;
18 18
 use CultuurNet\UDB3\Offer\Commands\AbstractAddLabel;
19 19
 use ValueObjects\Identity\UUID;
20
-use ValueObjects\String\String as StringLiteral;
21 20
 
22 21
 class CommandHandler extends AbstractCommandHandler
23 22
 {
Please login to merge, or discard this patch.