added Presenter::completeTemplate() #930
Annotations
10 errors
|
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#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.
|