Completed
Push — 9.x ( 6043ef...c82ffe )
by Tim
07:16
created
src/Cache/CacheAdapterInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,6 @@
 block discarded – undo
54 54
     /**
55 55
      * Inversion of the isCached() method.
56 56
      *
57
-     * @param string $cacheKey The cache key to query for
58 57
      *
59 58
      * @return boolean TRUE if the value is not available, else FALSE
60 59
      */
Please login to merge, or discard this patch.
src/Cache/GenericCacheAdapter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,6 @@
 block discarded – undo
93 93
     /**
94 94
      * Inversion of the isCached() method.
95 95
      *
96
-     * @param string $cacheKey The cache key to query for
97 96
      *
98 97
      * @return boolean TRUE if the value is not available, else FALSE
99 98
      */
Please login to merge, or discard this patch.