Support PHP 8.4+ #32
Annotations
9 errors
phpstan:
lib/File.php#L129
Class ICanBoogie\FormattedString constructor invoked with 3 parameters, 1-2 required.
|
phpstan:
lib/File.php#L193
Method ICanBoogie\HTTP\File::get_size() should return int|false but returns non-falsy-string.
|
phpstan:
lib/File.php#L209
Method ICanBoogie\HTTP\File::get_error() should return int|null but returns string.
|
phpstan:
lib/FileResponse.php#L335
Method ICanBoogie\HTTP\FileResponse::ensure_etag() is unused.
|
phpstan:
lib/FileResponse.php#L352
No error to ignore is reported on line 352.
|
phpstan:
lib/Headers/CacheControl.php#L177
Method ICanBoogie\HTTP\Headers\CacheControl::get_cacheable() never returns null so it can be removed from the return type.
|
phpstan:
lib/Headers/CacheControl.php#L177
Method ICanBoogie\HTTP\Headers\CacheControl::get_cacheable() never returns string so it can be removed from the return type.
|
phpstan:
lib/Headers/CacheControl.php#L179
Method ICanBoogie\HTTP\Headers\CacheControl::get_cacheable() should return string|null but returns bool.
|
phpstan
Process completed with exit code 1.
|