@@ -156,7 +156,7 @@ |
||
| 156 | 156 | */ |
| 157 | 157 | public function getImagesByType(string $type): Collection |
| 158 | 158 | { |
| 159 | - return $this->images->filter(function (ImageInterface $image) use ($type) { |
|
| 159 | + return $this->images->filter(function(ImageInterface $image) use ($type) { |
|
| 160 | 160 | return $type === $image->getType(); |
| 161 | 161 | }); |
| 162 | 162 | } |