Skip to content

AllowedFor wip

AllowedFor wip #533

Triggered via push October 5, 2023 15:29
Status Success
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Application/Attributes/Persistent.php#L18
Constructor of class Nette\Application\Attributes\Persistent has an unused parameter $names.
PHPStan: src/Application/ErrorPresenter.php#L40
Anonymous function has an unused use $code.
PHPStan: src/Application/MicroPresenter.php#L94
Call to an undefined method Nette\Application\UI\Template::setParameters().
PHPStan: src/Application/Responses/FileResponse.php#L99
Binary operation "-" between int<0, max>|false and string results in an error.
PHPStan: src/Application/Routers/Route.php#L87
Offset 'presenter' on array on left side of ?? always exists and is not nullable.
PHPStan: src/Application/Routers/RouteList.php#L19
The @implements tag of class Nette\Application\Routers\RouteList describes IteratorAggregate but the class implements: Nette\Routing\Router, ArrayAccess
PHPStan: src/Application/Routers/RouteList.php#L80
Unsafe usage of new static().
PHPStan: src/Application/Routers/RouteList.php#L103
Function getclass not found.
PHPStan: src/Application/UI/Component.php#L40
Method Nette\Application\UI\Component::getPresenter() should return Nette\Application\UI\Presenter but returns Nette\ComponentModel\IComponent.
PHPStan: src/Application/UI/Component.php#L49
Method Nette\Application\UI\Component::getPresenterIfExists() should return Nette\Application\UI\Presenter|null but returns Nette\ComponentModel\IComponent|null.