Completed
Push — master ( a6b7e3...40844b )
by Sven
01:47
created
src/FlintRedisCacheFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         return self::$cachedInstances[$key];
34 34
     }
35 35
 
36
+    /**
37
+     * @param integer $strategy
38
+     */
36 39
     private static function newCacheInstance($strategy, $realm, $options) {
37 40
         if ($strategy === self::STRATEGY_REDIS) {
38 41
             return new FlintRedisCacheRedis($strategy, $realm, $options);
Please login to merge, or discard this patch.