@@ -39,7 +39,7 @@ |
||
39 | 39 | public function serialize() |
40 | 40 | { |
41 | 41 | return parent::serialize() + array( |
42 | - 'description' => (string) $this->description, |
|
42 | + 'description' => (string)$this->description, |
|
43 | 43 | ); |
44 | 44 | } |
45 | 45 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * @param string $brand |
18 | 18 | * @param string $title |
19 | - * @param string|null $subtitle |
|
19 | + * @param string|null $subTitle |
|
20 | 20 | * @param string|null $footer |
21 | 21 | * @param string|null $publisher |
22 | 22 | * @param EventInfoServiceInterface|null $uitpas |
@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | public function __construct($keyword) |
15 | 15 | { |
16 | - $keyword = (string) $keyword; |
|
16 | + $keyword = (string)$keyword; |
|
17 | 17 | |
18 | 18 | $this->filterQuery = new FilterQuery( |
19 | 19 | sprintf( |
@@ -209,7 +209,7 @@ |
||
209 | 209 | * Generator that yields each unique search result. |
210 | 210 | * |
211 | 211 | * @param int $totalItemCount |
212 | - * @param string|object $query |
|
212 | + * @param EventExportQuery $query |
|
213 | 213 | * @param LoggerInterface $logger |
214 | 214 | * |
215 | 215 | * @return \Generator |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | |
158 | 158 | if (!$moved) { |
159 | 159 | throw new \RuntimeException( |
160 | - 'Unable to move export file to public directory ' . |
|
160 | + 'Unable to move export file to public directory '. |
|
161 | 161 | $this->publicDirectory |
162 | 162 | ); |
163 | 163 | } |
@@ -244,8 +244,8 @@ discard block |
||
244 | 244 | ) { |
245 | 245 | $fileUniqueId = basename($tmpPath); |
246 | 246 | $extension = $fileFormat->getFileNameExtension(); |
247 | - $finalFileName = $fileUniqueId . '.' . $extension; |
|
248 | - $finalPath = $this->publicDirectory . '/' . $finalFileName; |
|
247 | + $finalFileName = $fileUniqueId.'.'.$extension; |
|
248 | + $finalPath = $this->publicDirectory.'/'.$finalFileName; |
|
249 | 249 | |
250 | 250 | return $finalPath; |
251 | 251 | } |
@@ -264,7 +264,7 @@ discard block |
||
264 | 264 | var_dump($events); |
265 | 265 | |
266 | 266 | foreach ($events as $eventIdentifier) { |
267 | - $event = $this->getEvent((string) $eventIdentifier->getIri(), $logger); |
|
267 | + $event = $this->getEvent((string)$eventIdentifier->getIri(), $logger); |
|
268 | 268 | |
269 | 269 | if ($event) { |
270 | 270 | yield $eventIdentifier->getId() => $event; |
@@ -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 |
@@ -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); |
@@ -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 | { |