Skip to content

added CLAUDE.md

added CLAUDE.md #952

Triggered via push January 13, 2026 13:54
Status Success
Total duration 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Application/Routers/RouteList.php#L138
Call to function is_int() with int will always evaluate to true.
PHPStan: src/Application/Routers/RouteList.php#L105
Function getclass not found.
PHPStan: src/Application/Routers/RouteList.php#L82
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/PresenterFactory.php#L94
Strict comparison using === between 3 and 3 will always evaluate to true.
PHPStan: src/Application/PresenterFactory.php#L94
Call to function is_array() with array{string, string, string} will always evaluate to true.
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.