Skip to content

Cache: md5 replaced with xxHash #111

Cache: md5 replaced with xxHash

Cache: md5 replaced with xxHash #111

Triggered via push June 18, 2024 22:04
Status Success
Total duration 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Bridges/CacheLatte/Nodes/CacheNode.php#L33
Unsafe usage of new static().
PHPStan: src/Caching/Cache.php#L103
Unsafe usage of new static().
PHPStan: src/Caching/Cache.php#L253
Parameter #1 $items of method Nette\Caching\BulkWriter::bulkWrite() expects array{string, mixed}, non-empty-array<string, mixed> given.
PHPStan: src/Caching/Storages/FileStorage.php#L112
Do-while loop condition is always false.
PHPStan: src/Caching/Storages/FileStorage.php#L211
Do-while loop condition is always false.
PHPStan: src/Caching/Storages/SQLiteJournal.php#L80
Variable $arr might not be defined.
PHPStan: src/Caching/Storages/SQLiteJournal.php#L81
Variable $arr might not be defined.
PHPStan: src/Caching/Storages/SQLiteStorage.php#L115
Variable $arr might not be defined.
PHPStan: src/Caching/Storages/SQLiteStorage.php#L116
Variable $arr might not be defined.
PHPStan: src/compatibility.php#L12
If condition is always false.