Completed
Pull Request — master (#327)
by Luc
03:52
created
src/Media/ImageCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     {
59 59
         /** @var Image $image */
60 60
         foreach ($this->items as $image) {
61
-            if ($image->getMediaObjectId()->sameValueAs($uuid)){
61
+            if ($image->getMediaObjectId()->sameValueAs($uuid)) {
62 62
                 return $image;
63 63
             }
64 64
         }
Please login to merge, or discard this patch.