Skip to content

removed {templatePrint} #925

removed {templatePrint}

removed {templatePrint} #925

Triggered via push December 19, 2025 11:41
Status Success
Total duration 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Application/Routers/RouteList.php#L135
Call to function is_int() with int will always evaluate to true.
PHPStan: src/Application/Routers/RouteList.php#L102
Function getclass not found.
PHPStan: src/Application/Routers/RouteList.php#L79
Unsafe usage of new static().
PHPStan: src/Application/Routers/RouteList.php#L72
Parameter #2 $oneWay of method Nette\Routing\RouteList::add() expects int, bool given.
PHPStan: src/Application/Routers/RouteList.php#L65
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#L20
The `@implements` tag of class Nette\Application\Routers\RouteList describes IteratorAggregate but the class implements: Nette\Routing\Router, ArrayAccess
PHPStan: src/Application/Routers/Route.php#L89
Call to function is_string() with string will always evaluate to true.
PHPStan: src/Application/Routers/Route.php#L88
Offset 'presenter' on non-empty-array on left side of ?? always exists and is not nullable.
PHPStan: src/Application/MicroPresenter.php#L95
Call to an undefined method Nette\Application\UI\Template::setParameters().
PHPStan: src/Application/ErrorPresenter.php#L38
Anonymous function has an unused use $code.