@@ -36,7 +36,7 @@ |
||
36 | 36 | * Create a new collection object |
37 | 37 | * |
38 | 38 | * @param ContainerInterface $container |
39 | - * @return boolean |
|
39 | + * @return false|null |
|
40 | 40 | */ |
41 | 41 | public function __construct(ContainerInterface $container) |
42 | 42 | { |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * |
51 | 51 | * @param string $key |
52 | 52 | * @param mixed $value |
53 | - * @return CacheDriverInterface |
|
53 | + * @return NullDriver |
|
54 | 54 | */ |
55 | 55 | public function set($key, $value) |
56 | 56 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | * Invalidate a cached value |
63 | 63 | * |
64 | 64 | * @param string $key |
65 | - * @return CacheDriverInterface |
|
65 | + * @return NullDriver |
|
66 | 66 | */ |
67 | 67 | public function invalidate($key) |
68 | 68 | { |