Add APCu cache backend #57
Annotations
10 errors and 1 warning
build:
src/Cache/APCuCache.php#L19
Result of && is always false.
|
build:
src/Cache/APCuCache.php#L48
Binary operation "-" between string and int<1, max> results in an error.
|
build:
src/Cache/APCuCache.php#L74
Parameter #1 $key of method Phikl\Cache\APCuCache::get() expects non-empty-string, string given.
|
build:
tests/Cache/APCuCacheTest.php#L27
Parameter #2 $default of method Phikl\Cache\APCuCache::get() expects Phikl\Cache\Entry|null, string given.
|
build:
tests/Cache/APCuCacheTest.php#L49
Cannot access property $content on Phikl\Cache\Entry|null.
|
build:
tests/Cache/APCuCacheTest.php#L50
Cannot access property $hash on Phikl\Cache\Entry|null.
|
build:
tests/Cache/APCuCacheTest.php#L51
Cannot access property $timestamp on Phikl\Cache\Entry|null.
|
build:
tests/Cache/APCuCacheTest.php#L58
Parameter #2 $value of method Phikl\Cache\APCuCache::set() expects Phikl\Cache\Entry, string given.
|
build:
tests/Cache/APCuCacheTest.php#L99
Cannot access offset 'key1' on iterable<string, Phikl\Cache\Entry|null>.
|
build:
tests/Cache/APCuCacheTest.php#L100
Cannot access offset 'key1' on iterable<string, Phikl\Cache\Entry|null>.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|