@@ -252,7 +252,7 @@ discard block |
||
252 | 252 | // Convert to imported labels to label collection. |
253 | 253 | $importLabelsCollection = new LabelCollection( |
254 | 254 | array_map( |
255 | - function (\CultuurNet\UDB3\Model\ValueObject\Taxonomy\Label\Label $label) { |
|
255 | + function(\CultuurNet\UDB3\Model\ValueObject\Taxonomy\Label\Label $label) { |
|
256 | 256 | return new Label( |
257 | 257 | $label->getName()->toString(), |
258 | 258 | $label->isVisible() |
@@ -322,7 +322,7 @@ discard block |
||
322 | 322 | protected function applyOrganizerImportedFromUDB2( |
323 | 323 | OrganizerImportedFromUDB2 $organizerImported |
324 | 324 | ) { |
325 | - $this->actorId = (string) $organizerImported->getActorId(); |
|
325 | + $this->actorId = (string)$organizerImported->getActorId(); |
|
326 | 326 | |
327 | 327 | // On import from UDB2 the default main language is 'nl'. |
328 | 328 | $this->mainLanguage = new Language('nl'); |