@@ -117,7 +117,7 @@ |
||
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'])) { |