@@ -109,7 +109,7 @@ |
||
| 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 | * |
@@ -8,8 +8,6 @@ |
||
| 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 | */ |