@@ -109,11 +109,11 @@ |
||
| 109 | 109 | public function serialize() |
| 110 | 110 | { |
| 111 | 111 | return [ |
| 112 | - 'media_object_id' => (string) $this->getMediaObjectId(), |
|
| 113 | - 'mime_type' => (string) $this->getMimeType(), |
|
| 114 | - 'description' => (string) $this->getDescription(), |
|
| 115 | - 'copyright_holder' => (string) $this->getCopyrightHolder(), |
|
| 116 | - 'source_location' => (string) $this->getSourceLocation() |
|
| 112 | + 'media_object_id' => (string)$this->getMediaObjectId(), |
|
| 113 | + 'mime_type' => (string)$this->getMimeType(), |
|
| 114 | + 'description' => (string)$this->getDescription(), |
|
| 115 | + 'copyright_holder' => (string)$this->getCopyrightHolder(), |
|
| 116 | + 'source_location' => (string)$this->getSourceLocation() |
|
| 117 | 117 | ]; |
| 118 | 118 | } |
| 119 | 119 | } |
@@ -107,7 +107,7 @@ |
||
| 107 | 107 | 'mime_type' => $this->getMimeType()->toNative(), |
| 108 | 108 | 'description' => $this->getDescription()->toNative(), |
| 109 | 109 | 'copyright_holder' => $this->getCopyrightHolder()->toNative(), |
| 110 | - 'source_location' => (string) $this->getSourceLocation() |
|
| 110 | + 'source_location' => (string)$this->getSourceLocation() |
|
| 111 | 111 | ); |
| 112 | 112 | } |
| 113 | 113 | |
@@ -5,9 +5,7 @@ discard block |
||
| 5 | 5 | |
| 6 | 6 | namespace CultuurNet\UDB3\Event\ReadModel\History; |
| 7 | 7 | |
| 8 | -use Broadway\Domain\DateTime; |
|
| 9 | 8 | use Broadway\Domain\DomainMessage; |
| 10 | -use Broadway\Domain\Metadata; |
|
| 11 | 9 | use Broadway\EventHandling\EventListenerInterface; |
| 12 | 10 | use CultuurNet\UDB3\Cdb\EventItemFactory; |
| 13 | 11 | use CultuurNet\UDB3\Event\DescriptionTranslated; |
@@ -21,11 +19,8 @@ discard block |
||
| 21 | 19 | use CultuurNet\UDB3\Event\Events\LabelsMerged; |
| 22 | 20 | use CultuurNet\UDB3\Event\Events\TranslationDeleted; |
| 23 | 21 | use CultuurNet\UDB3\Event\Events\LabelDeleted; |
| 24 | -use CultuurNet\UDB3\Event\ReadModel\DocumentRepositoryInterface; |
|
| 25 | 22 | use CultuurNet\UDB3\Event\TitleTranslated; |
| 26 | -use CultuurNet\UDB3\EventHandling\DelegateEventHandlingToSpecificMethodTrait; |
|
| 27 | 23 | use CultuurNet\UDB3\Offer\ReadModel\History\OfferHistoryProjector; |
| 28 | -use CultuurNet\UDB3\ReadModel\JsonDocument; |
|
| 29 | 24 | use ValueObjects\String\String; |
| 30 | 25 | |
| 31 | 26 | class HistoryProjector extends OfferHistoryProjector implements EventListenerInterface |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | $domainMessage->getRecordedOn() |
| 76 | 76 | ), |
| 77 | 77 | new String( |
| 78 | - 'Aangemaakt via EntryAPI door consumer "' . $consumerName . '"' |
|
| 78 | + 'Aangemaakt via EntryAPI door consumer "'.$consumerName.'"' |
|
| 79 | 79 | ), |
| 80 | 80 | $this->getAuthorFromMetadata($domainMessage->getMetadata()) |
| 81 | 81 | ) |
@@ -95,7 +95,7 @@ discard block |
||
| 95 | 95 | $domainMessage->getRecordedOn() |
| 96 | 96 | ), |
| 97 | 97 | new String( |
| 98 | - 'Geüpdatet via EntryAPI door consumer "' . $consumerName . '"' |
|
| 98 | + 'Geüpdatet via EntryAPI door consumer "'.$consumerName.'"' |
|
| 99 | 99 | ), |
| 100 | 100 | $this->getAuthorFromMetadata($domainMessage->getMetadata()) |
| 101 | 101 | ) |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | $labels = $labelsMerged->getLabels()->toStrings(); |
| 127 | 127 | // Quote labels. |
| 128 | 128 | $quotedLabels = array_map( |
| 129 | - function ($label) { |
|
| 129 | + function($label) { |
|
| 130 | 130 | return "'{$label}'"; |
| 131 | 131 | }, |
| 132 | 132 | $labels |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | $consumerName = $this->getConsumerFromMetadata($domainMessage->getMetadata()); |
| 139 | 139 | |
| 140 | 140 | if ($consumerName) { |
| 141 | - $message .= ' via EntryAPI door consumer "' . $consumerName . '"'; |
|
| 141 | + $message .= ' via EntryAPI door consumer "'.$consumerName.'"'; |
|
| 142 | 142 | } |
| 143 | 143 | |
| 144 | 144 | $this->writeHistory( |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | $consumerName = $this->getConsumerFromMetadata($domainMessage->getMetadata()); |
| 201 | 201 | |
| 202 | 202 | if ($consumerName) { |
| 203 | - $message .= ' via EntryAPI door consumer "' . $consumerName . '"'; |
|
| 203 | + $message .= ' via EntryAPI door consumer "'.$consumerName.'"'; |
|
| 204 | 204 | } |
| 205 | 205 | |
| 206 | 206 | $this->writeHistory( |
@@ -799,6 +799,9 @@ |
||
| 799 | 799 | return $document; |
| 800 | 800 | } |
| 801 | 801 | |
| 802 | + /** |
|
| 803 | + * @param string $eventId |
|
| 804 | + */ |
|
| 802 | 805 | private function generateSameAs($eventId, $name) |
| 803 | 806 | { |
| 804 | 807 | $eventSlug = $this->slugger->slug($name); |
@@ -481,7 +481,7 @@ |
||
| 481 | 481 | |
| 482 | 482 | $jsonLD->name->nl = $majorInfoUpdated->getTitle(); |
| 483 | 483 | $jsonLD->location = array( |
| 484 | - '@type' => 'Place', |
|
| 484 | + '@type' => 'Place', |
|
| 485 | 485 | ) + (array)$this->placeJSONLD($majorInfoUpdated->getLocation()->getCdbid()); |
| 486 | 486 | |
| 487 | 487 | // Remove old theme and event type. |
@@ -272,7 +272,7 @@ discard block |
||
| 272 | 272 | ) { |
| 273 | 273 | $this->saveNewDocument( |
| 274 | 274 | $eventId, |
| 275 | - function (\stdClass $eventLd) use ($eventId, $cdbXmlNamespaceUri, $cdbXml, $domainMessage) { |
|
| 275 | + function(\stdClass $eventLd) use ($eventId, $cdbXmlNamespaceUri, $cdbXml, $domainMessage) { |
|
| 276 | 276 | $eventLd = $this->projectEventCdbXmlToObject( |
| 277 | 277 | $eventLd, |
| 278 | 278 | $eventId, |
@@ -329,13 +329,13 @@ discard block |
||
| 329 | 329 | ) { |
| 330 | 330 | $this->saveNewDocument( |
| 331 | 331 | $eventId, |
| 332 | - function (\stdClass $eventLd) use ($cdbXmlNamespaceUri, $eventId, $cdbXml) { |
|
| 332 | + function(\stdClass $eventLd) use ($cdbXmlNamespaceUri, $eventId, $cdbXml) { |
|
| 333 | 333 | return $this->projectEventCdbXmlToObject( |
| 334 | 334 | $eventLd, |
| 335 | 335 | $eventId, |
| 336 | 336 | $cdbXmlNamespaceUri, |
| 337 | 337 | $cdbXml |
| 338 | - ) ; |
|
| 338 | + ); |
|
| 339 | 339 | } |
| 340 | 340 | ); |
| 341 | 341 | } |
@@ -411,7 +411,7 @@ discard block |
||
| 411 | 411 | ) { |
| 412 | 412 | $this->saveNewDocument( |
| 413 | 413 | $eventCreated->getEventId(), |
| 414 | - function (\stdClass $jsonLD) use ($eventCreated, $domainMessage) { |
|
| 414 | + function(\stdClass $jsonLD) use ($eventCreated, $domainMessage) { |
|
| 415 | 415 | $jsonLD->{'@id'} = $this->iriGenerator->iri( |
| 416 | 416 | $eventCreated->getEventId() |
| 417 | 417 | ); |
@@ -485,8 +485,8 @@ discard block |
||
| 485 | 485 | ) + (array)$this->placeJSONLD($majorInfoUpdated->getLocation()->getCdbid()); |
| 486 | 486 | |
| 487 | 487 | // Remove old theme and event type. |
| 488 | - $jsonLD->terms = array_filter($jsonLD->terms, function ($term) { |
|
| 489 | - return $term->domain !== EventType::DOMAIN && $term->domain !== Theme::DOMAIN; |
|
| 488 | + $jsonLD->terms = array_filter($jsonLD->terms, function($term) { |
|
| 489 | + return $term->domain !== EventType::DOMAIN && $term->domain !== Theme::DOMAIN; |
|
| 490 | 490 | }); |
| 491 | 491 | |
| 492 | 492 | $eventType = $majorInfoUpdated->getEventType(); |
@@ -663,7 +663,7 @@ discard block |
||
| 663 | 663 | { |
| 664 | 664 | $eventSlug = $this->slugger->slug($name); |
| 665 | 665 | return array( |
| 666 | - 'http://www.uitinvlaanderen.be/agenda/e/' . $eventSlug . '/' . $eventId, |
|
| 666 | + 'http://www.uitinvlaanderen.be/agenda/e/'.$eventSlug.'/'.$eventId, |
|
| 667 | 667 | ); |
| 668 | 668 | } |
| 669 | 669 | |
@@ -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); |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | - * @param $dateString |
|
| 128 | + * @param string $dateString |
|
| 129 | 129 | * @return \DateTime |
| 130 | 130 | */ |
| 131 | 131 | private function dateFromUdb2DateString($dateString) |
@@ -351,7 +351,7 @@ discard block |
||
| 351 | 351 | |
| 352 | 352 | /** |
| 353 | 353 | * @param string $eventId |
| 354 | - * @param Log[]|Log $logs |
|
| 354 | + * @param Log $logs |
|
| 355 | 355 | */ |
| 356 | 356 | protected function writeHistory($eventId, $logs) |
| 357 | 357 | { |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | |
| 63 | 63 | if (preg_match('/^apply(.+)$/', $method, $matches)) { |
| 64 | 64 | $event = $matches[1]; |
| 65 | - $classNameMethod = 'get' . $event . 'ClassName'; |
|
| 65 | + $classNameMethod = 'get'.$event.'ClassName'; |
|
| 66 | 66 | |
| 67 | 67 | if (method_exists($this, $classNameMethod)) { |
| 68 | 68 | $eventFullClassName = call_user_func(array($this, $classNameMethod)); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | public function serialize() |
| 33 | 33 | { |
| 34 | 34 | return parent::serialize() + array( |
| 35 | - 'label' => (string) $this->label, |
|
| 35 | + 'label' => (string)$this->label, |
|
| 36 | 36 | ); |
| 37 | 37 | } |
| 38 | 38 | |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * @param array $data |
| 48 | - * @return mixed The object instance |
|
| 48 | + * @return AbstractLabelEvent The object instance |
|
| 49 | 49 | */ |
| 50 | 50 | public static function deserialize(array $data) |
| 51 | 51 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace CultuurNet\UDB3\Media; |
| 4 | 4 | |
| 5 | 5 | use Broadway\EventSourcing\EventSourcedAggregateRoot; |
| 6 | -use Broadway\Serializer\SerializableInterface; |
|
| 7 | 6 | use CultuurNet\UDB3\JsonLdSerializableInterface; |
| 8 | 7 | use CultuurNet\UDB3\Media\Events\MediaObjectCreated; |
| 9 | 8 | use CultuurNet\UDB3\Media\Properties\MIMEType; |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * @return String |
|
| 27 | + * @return string |
|
| 28 | 28 | */ |
| 29 | 29 | public function getDescription() |
| 30 | 30 | { |
@@ -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 |