Completed
Push — master ( bd0b39...0b658d )
by Sven
01:52
created
src/FlintRedisCacheFactory.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@  discard block
 block discarded – undo
46 46
         return $instance;
47 47
     }
48 48
 
49
+    /**
50
+     * @param string $realm
51
+     */
49 52
     private static function retrieveOldInstance($strategy, $realm, $options)
50 53
     {
51 54
         $key = self::getKey($realm, $strategy);
@@ -68,6 +71,9 @@  discard block
 block discarded – undo
68 71
         return $instance;
69 72
     }
70 73
 
74
+    /**
75
+     * @param string $realm
76
+     */
71 77
     private static function newCacheInstance($strategy, $realm, $options)
72 78
     {
73 79
         $strategy = $strategy ? $strategy : self::STRATEGY_REDIS;
Please login to merge, or discard this patch.