Completed
Push — sf_cache ( 8c890f...ff1daa )
by André
14:18
created
eZ/Publish/Core/Persistence/Cache/Tests/AbstractBaseHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @param $key
112
+     * @param string $key
113 113
      * @param null $value If null the cache item will be assumed to be a cache miss here.
114 114
      * @param int $defaultLifetime
115 115
      *
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Cache/Tests/PersistenceHandlerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\Core\Persistence\Cache\Tests;
10 10
 
11
-use PHPUnit_Framework_TestCase;
12
-
13 11
 /**
14 12
  * Test case for Persistence\Cache\Handler.
15 13
  */
Please login to merge, or discard this patch.