Skip to content

Cache: md5 replaced with xxHash #116

Cache: md5 replaced with xxHash

Cache: md5 replaced with xxHash #116

Triggered via push August 13, 2024 20:20
Status Success
Total duration 47s
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#L79
Variable $arr might not be defined.
PHPStan: src/Caching/Storages/SQLiteJournal.php#L80
Variable $arr might not be defined.
PHPStan: src/Caching/Storages/SQLiteStorage.php#L114
Variable $arr might not be defined.
PHPStan: src/Caching/Storages/SQLiteStorage.php#L115
Variable $arr might not be defined.
PHPStan: src/compatibility.php#L12
If condition is always false.