@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | namespace CultuurNet\UDB3; |
9 | 9 | |
10 | -use Assert\Assertion; |
|
11 | 10 | use Broadway\Domain\AggregateRoot; |
12 | 11 | use Broadway\Domain\DomainEventStream; |
13 | 12 |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace CultuurNet\UDB3\Event\ReadModel\JSONLD\Specifications; |
4 | 4 | |
5 | -use ValueObjects\String\String; |
|
6 | - |
|
7 | 5 | trait Labelable |
8 | 6 | { |
9 | 7 |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use CultuurNet\UDB3\Variations\Model\Properties\Description; |
10 | 10 | use CultuurNet\UDB3\Variations\Model\Properties\Id; |
11 | 11 | use JsonSchema\Validator; |
12 | -use ValueObjects\String\String; |
|
13 | 12 | use stdClass; |
14 | 13 | |
15 | 14 | class EditDescriptionJSONDeserializer extends JSONDeserializer |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use CultuurNet\UDB3\Variations\Model\Properties\Description; |
10 | 10 | use CultuurNet\UDB3\Variations\Model\Properties\Id; |
11 | 11 | use JsonSchema\Validator; |
12 | -use ValueObjects\String\String; |
|
13 | 12 | use stdClass; |
14 | 13 | |
15 | 14 | class EditDescriptionJSONDeserializer extends JSONDeserializer |
@@ -3,15 +3,12 @@ |
||
3 | 3 | namespace CultuurNet\UDB3\Variations\Command; |
4 | 4 | |
5 | 5 | use CultuurNet\Deserializer\JSONDeserializer; |
6 | -use CultuurNet\UDB3\Offer\IriOfferIdentifierFactory; |
|
7 | -use CultuurNet\UDB3\Offer\IriOfferIdentifierFactoryInterface; |
|
8 | 6 | use CultuurNet\UDB3\Variations\Model\Properties\Description; |
9 | 7 | use CultuurNet\UDB3\Variations\Model\Properties\OwnerId; |
10 | 8 | use CultuurNet\UDB3\Variations\Model\Properties\Purpose; |
11 | 9 | use CultuurNet\UDB3\Variations\Model\Properties\Url; |
12 | 10 | use CultuurNet\UDB3\Variations\Model\Properties\UrlValidator; |
13 | 11 | use JsonSchema\Validator; |
14 | -use ValueObjects\String\String; |
|
15 | 12 | use stdClass; |
16 | 13 | |
17 | 14 | class CreateOfferVariationJSONDeserializer extends JSONDeserializer |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use GuzzleHttp\Psr7\Request; |
7 | -use GuzzleHttp\Psr7\Response; |
|
8 | 7 | use GuzzleHttp\Psr7\Uri; |
9 | 8 | use Http\Client\Exception as HttpException; |
10 | 9 | use Http\Client\HttpClient; |
11 | -use Psr\Http\Message\UriInterface; |
|
12 | 10 | |
13 | 11 | class ExternalEventService implements EventServiceInterface |
14 | 12 | { |
@@ -9,7 +9,6 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
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 | { |
@@ -3,7 +3,6 @@ |
||
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 | { |