removed {templatePrint} #999
Annotations
10 errors
|
PHPStan
Process completed with exit code 1.
|
|
PHPStan:
src/Application/UI/Presenter.php#L264
Catch block for Nette\Application\AbortException swallows Nette\Application\AbortException thrown in the try block, which silently breaks redirect()/forward()/terminate(). Rethrow it, or add a separate catch (\Nette\Application\AbortException) branch before this one.
|
|
PHPStan:
src/Application/UI/Presenter.php#L197
Catch block for Nette\Application\AbortException swallows Nette\Application\AbortException thrown in the try block, which silently breaks redirect()/forward()/terminate(). Rethrow it, or add a separate catch (\Nette\Application\AbortException) branch before this one.
|
|
PHPStan:
src/Application/UI/ComponentReflection.php#L172
Method Nette\Application\UI\ComponentReflection::combineArgs() return type has no value type specified in iterable type array.
|
|
PHPStan:
src/Application/UI/ComponentReflection.php#L172
Method Nette\Application\UI\ComponentReflection::combineArgs() has parameter $args with no value type specified in iterable type array.
|
|
PHPStan:
src/Application/UI/ComponentReflection.php#L0
Ignored error pattern return.type in path /home/runner/work/application/application/src/Application/UI/ComponentReflection.php was not matched in reported errors.
|
|
PHPStan:
src/Application/UI/ComponentReflection.php#L0
Ignored error pattern method.notFound in path /home/runner/work/application/application/src/Application/UI/ComponentReflection.php was not matched in reported errors.
|
|
PHPStan:
src/Application/Routers/RouteList.php#L75
Parameter #2 $oneWay of method Nette\Routing\RouteList::add() expects int, bool given.
|
|
PHPStan:
src/Application/Routers/RouteList.php#L68
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/Application.php#L177
Catch block for Nette\Application\AbortException swallows Nette\Application\AbortException thrown in the try block, which silently breaks redirect()/forward()/terminate(). Rethrow it, or add a separate catch (\Nette\Application\AbortException) branch before this one.
|