@@ -115,7 +115,7 @@ |
||
| 115 | 115 | */ |
| 116 | 116 | public function getImagesByType(string $type): Collection |
| 117 | 117 | { |
| 118 | - return $this->images->filter(function (ImageInterface $image) use ($type) { |
|
| 118 | + return $this->images->filter(function(ImageInterface $image) use ($type) { |
|
| 119 | 119 | return $type === $image->getType(); |
| 120 | 120 | }); |
| 121 | 121 | } |