@@ -85,7 +85,7 @@ |
||
85 | 85 | |
86 | 86 | foreach ($this->links as $name => $link) |
87 | 87 | { |
88 | - if (! $link->hasMetadata()) { |
|
88 | + if (!$link->hasMetadata()) { |
|
89 | 89 | $links[$name] = $link->getReference(); |
90 | 90 | continue; |
91 | 91 | } |
@@ -42,8 +42,8 @@ |
||
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
45 | - * {@inheritdoc} |
|
46 | - */ |
|
45 | + * {@inheritdoc} |
|
46 | + */ |
|
47 | 47 | public function toArray(): array |
48 | 48 | { |
49 | 49 | $data = parent::toArray(); |