| @@ -15,7 +15,7 @@ | ||
| 15 | 15 | /** | 
| 16 | 16 | * Gets the JSON-LD structure of an Organizer. | 
| 17 | 17 | * | 
| 18 | - * @param string $organizerId | |
| 18 | + * @param string $oganizerId | |
| 19 | 19 | * Id of the Organizer. | 
| 20 | 20 | * | 
| 21 | 21 | * @return \stdClass | 
| @@ -13,8 +13,6 @@ | ||
| 13 | 13 | protected $repositories; | 
| 14 | 14 | |
| 15 | 15 | /** | 
| 16 | - * @param SavedSearchRepositoryInterface $repository,... | |
| 17 | - * Optionally an unlimited list of repositories to combine. | |
| 18 | 16 | * | 
| 19 | 17 | * @throws \InvalidArgumentException | 
| 20 | 18 | * When one of the provided arguments does not implement | 
| @@ -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 | |
| @@ -78,6 +78,9 @@ | ||
| 78 | 78 | return $document->getRawBody(); | 
| 79 | 79 | } | 
| 80 | 80 | |
| 81 | + /** | |
| 82 | + * @param string $id | |
| 83 | + */ | |
| 81 | 84 | public function iri($id) | 
| 82 | 85 |      { | 
| 83 | 86 | return $this->iriGenerator->iri($id); | 
| @@ -48,7 +48,7 @@ | ||
| 48 | 48 | |
| 49 | 49 | /** | 
| 50 | 50 | * @param array $data | 
| 51 | - * @return mixed The object instance | |
| 51 | + * @return AbstractImageEvent The object instance | |
| 52 | 52 | */ | 
| 53 | 53 | public static function deserialize(array $data) | 
| 54 | 54 |      { | 
| @@ -70,7 +70,7 @@ | ||
| 70 | 70 | } | 
| 71 | 71 | |
| 72 | 72 | /** | 
| 73 | - * @param mixed $json | |
| 73 | + * @param stdClass $json | |
| 74 | 74 | * | 
| 75 | 75 | * @throws ValidationException | 
| 76 | 76 | */ | 
| @@ -3,8 +3,6 @@ | ||
| 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; | 
| @@ -70,7 +70,7 @@ | ||
| 70 | 70 | } | 
| 71 | 71 | |
| 72 | 72 | /** | 
| 73 | - * @param mixed $json | |
| 73 | + * @param stdClass $json | |
| 74 | 74 | * | 
| 75 | 75 | * @throws ValidationException | 
| 76 | 76 | */ | 
| @@ -148,7 +148,7 @@ | ||
| 148 | 148 | } | 
| 149 | 149 | |
| 150 | 150 | /** | 
| 151 | - * @param $id | |
| 151 | + * @param string $id | |
| 152 | 152 | * @param EntityType $entityType | 
| 153 | 153 | * @return bool | 
| 154 | 154 | */ | 
| @@ -38,7 +38,7 @@ | ||
| 38 | 38 | } | 
| 39 | 39 | |
| 40 | 40 | /** | 
| 41 | - * @return mixed The object instance | |
| 41 | + * @return AbstractContactPointUpdated The object instance | |
| 42 | 42 | */ | 
| 43 | 43 | public static function deserialize(array $data) | 
| 44 | 44 |      { |