Completed
Push — master ( 0f8d01...6093e5 )
by Kevin
02:30
created
src/Explorer/LinkFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     public static function createCollection(Explorer $explorer, $name, array $data, EmbeddableInterface $parent)
44 44
     {
45
-        $collection =  new LinkCollection($explorer, $name, $parent);
45
+        $collection = new LinkCollection($explorer, $name, $parent);
46 46
         foreach ($data as $itemData) {
47 47
             $collection->addLink(self::createLink($explorer, $name, $itemData, $collection));
48 48
         }
Please login to merge, or discard this patch.