Skip to content

Remove unused files

Remove unused files #4

Triggered via push March 11, 2024 13:07
Status Failure
Total duration 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/RequestLog/Data/RequestLog.php#L28
Method Cego\RequestLog\Data\RequestLog::log() has no return type specified.
phpstan: src/RequestLog/Middleware/LogRequest.php#L69
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
phpstan: src/RequestLog/Middleware/LogRequest.php#L70
Cannot call method path() on mixed.
phpstan: src/RequestLog/Middleware/LogRequest.php#L70
Parameter #1 $pattern of function fnmatch expects string, mixed given.
phpstan: src/RequestLog/Middleware/LogRequest.php#L104
Function config not found.
phpstan: src/RequestLog/Middleware/LogRequest.php#L113
Function config not found.
phpstan: src/RequestLog/RequestLogServiceProvider.php#L43
Function config_path not found.
phpstan: src/RequestLog/RequestLogServiceProvider.php#L66
Cannot call method pushMiddleware() on mixed.
phpstan: src/RequestLog/Utilities/SecurityUtility.php#L25
Method Cego\RequestLog\Utilities\SecurityUtility::getQueryWithMaskingApplied() should return string but returns string|false.
phpstan: src/RequestLog/Utilities/SecurityUtility.php#L29
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): string, Closure(string): string given.