Passed
Branch master (70dd4f)
by Tim
11:12
created
Category
src/Configuration/LibraryLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      */
53 53
     public function __construct(ContainerInterface $container)
54 54
     {
55
-        $this->container= $container;
55
+        $this->container = $container;
56 56
     }
57 57
 
58 58
     /**
Please login to merge, or discard this patch.