Completed
Push — master ( 5a4b2b...9dcc41 )
by Woody
02:09
created
src/DiscoveryCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.