Completed
Pull Request — 2.1 (#14622)
by
unknown
12:56
created
framework/caching/DummyCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * Retrieves a value from cache with a specified key.
27 27
      * This is the implementation of the method declared in the parent class.
28 28
      * @param string $key a unique key identifying the cached value
29
-     * @return mixed|false the value stored in cache, false if the value is not in the cache or expired.
29
+     * @return boolean the value stored in cache, false if the value is not in the cache or expired.
30 30
      */
31 31
     protected function getValue($key)
32 32
     {
Please login to merge, or discard this patch.