Completed
Push — master ( ed6979...760c22 )
by Joachim
08:32
created
src/Entity/Brand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.