AllowedFor wip #608
Annotations
10 errors and 1 warning
PHPStan:
src/Application/Attributes/Persistent.php#L18
Constructor of class Nette\Application\Attributes\Persistent has an unused parameter $names.
|
PHPStan:
src/Application/ErrorPresenter.php#L38
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#L95
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#L64
Parameter #3 $oneWay (bool) of method Nette\Application\Routers\RouteList::addRoute() is not contravariant with parameter #3 $oneWay (int) of method Nette\Routing\RouteList::addRoute().
|
PHPStan:
src/Application/Routers/RouteList.php#L71
Parameter #2 $oneWay of method Nette\Routing\RouteList::add() expects int, bool given.
|
PHPStan:
src/Application/Routers/RouteList.php#L78
Unsafe usage of new static().
|
PHPStan:
src/Application/Routers/RouteList.php#L101
Function getclass not found.
|
PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|