Completed
Pull Request — 8.x-1.x (#8)
by Vijay
02:44
created
src/Tests/GalleryBundleTest.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -197,7 +197,4 @@
 block discarded – undo
197 197
     $item = $this->container->get('entity_type.manager')
198 198
       ->getStorage('media')
199 199
       ->loadUnchanged($id);
200
-    return $item;
201
-  }
202
-
203
-}
200
+    return $item
204 201
\ No newline at end of file
Please login to merge, or discard this patch.