@@ -58,7 +58,7 @@ |
||
| 58 | 58 | { |
| 59 | 59 | /** @var Image $image */ |
| 60 | 60 | foreach ($this->items as $image) { |
| 61 | - if ($image->getMediaObjectId()->sameValueAs($uuid)){ |
|
| 61 | + if ($image->getMediaObjectId()->sameValueAs($uuid)) { |
|
| 62 | 62 | return $image; |
| 63 | 63 | } |
| 64 | 64 | } |