Passed
Push — master ( 35a242...04c846 )
by Mauro
02:00
created
src/DIC.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     private static function set($key, $content)
118 118
     {
119 119
         if (false === self::has($key)) {
120
-            self::$container[$key] = function ($c) use ($content) {
120
+            self::$container[$key] = function($c) use ($content) {
121 121
 
122 122
                 // if is not a class set the entry value in DIC
123 123
                 if (false === isset($content['class'])) {
Please login to merge, or discard this patch.