@@ -166,7 +166,7 @@ |
||
| 166 | 166 | private function findOriginalRendition(ItemInterface $item): RenditionInterface |
| 167 | 167 | { |
| 168 | 168 | return $item->getRenditions()->filter( |
| 169 | - function (RenditionInterface $rendition) { |
|
| 169 | + function(RenditionInterface $rendition) { |
|
| 170 | 170 | return 'original' === $rendition->getName(); |
| 171 | 171 | } |
| 172 | 172 | )->first(); |