Skip to content

TemplateGenerator WIP #900

TemplateGenerator WIP

TemplateGenerator WIP #900

Triggered via push December 1, 2025 04:24
Status Success
Total duration 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Application/UI/Component.php#L54
Method Nette\Application\UI\Component::getPresenterIfExists() should return Nette\Application\UI\Presenter|null but returns Nette\ComponentModel\IComponent|null.
PHPStan: src/Application/UI/Component.php#L45
Method Nette\Application\UI\Component::getPresenter() should return Nette\Application\UI\Presenter|null but returns Nette\ComponentModel\IComponent|null.
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#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.