Passed
Push — master ( 3f0f4d...875c9b )
by Mauro
01:59
created
src/DIC.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
     public static function set($key, $content)
120 120
     {
121 121
         if (false === self::has($key)) {
122
-            self::$container[$key] = function ($c) use ($content) {
122
+            self::$container[$key] = function($c) use ($content) {
123 123
 
124 124
                 // if is not a class set the entry value in DIC
125 125
                 if (false === isset($content['class'])) {
Please login to merge, or discard this patch.