Passed
Pull Request — master (#9)
by
unknown
03:57
created
src/Entity/ProductSeoTranslation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.