Completed
Push — inmemory-pool-decoration ( e8b077 )
by André
17:42
created
Core/Persistence/Cache/Tests/Adapter/InMemoryClearingProxyAdapterTest.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -368,9 +368,8 @@
 block discarded – undo
368 368
     }
369 369
 
370 370
     /**
371
-     * @param $key
372
-     * @param null $value If null the cache item will be assumed to be a cache miss here.
373
-     * @param int $defaultLifetime
371
+     * @param string $key
372
+     * @param boolean|null $value If null the cache item will be assumed to be a cache miss here.
374 373
      *
375 374
      * @return CacheItem
376 375
      */
Please login to merge, or discard this patch.