@@ -12,7 +12,7 @@ |
||
12 | 12 | |
13 | 13 | protected static function makeInstance(string $interface) |
14 | 14 | { |
15 | - if (! isset(self::$cache[$interface])) { |
|
15 | + if (!isset(self::$cache[$interface])) { |
|
16 | 16 | $implementation = static::locate($interface); |
17 | 17 | self::$cache[$interface] = new $implementation(); |
18 | 18 | } |