Skip to content

composer: calls Tester with the -C parameter #934

composer: calls Tester with the -C parameter

composer: calls Tester with the -C parameter #934

Triggered via push December 28, 2025 23:47
Status Success
Total duration 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Application/UI/AccessPolicy.php#L74
Access to property $sameOrigin on an unknown class Nette\Application\UI\Requires.
PHPStan: src/Application/UI/AccessPolicy.php#L68
Parameter $attrs of method Nette\Application\UI\AccessPolicy::applyInternalRules() has invalid type Nette\Application\UI\Requires.
PHPStan: src/Application/UI/AccessPolicy.php#L39
Parameter #1 $attrs of method Nette\Application\UI\AccessPolicy::applyInternalRules() expects array<Nette\Application\UI\Requires>, array<Nette\Application\Attributes\Requires> given.
PHPStan: src/Application/Routers/RouteList.php#L126
Call to function is_int() with int will always evaluate to true.
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.