Skip to content

Presenter::argsToParams() now distinguish between NULL and '' #1004

Presenter::argsToParams() now distinguish between NULL and ''

Presenter::argsToParams() now distinguish between NULL and '' #1004

Triggered via push August 5, 2026 00:59
Status Failure
Total duration 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Application/UI/Form.php#L53
Call to an undefined method Nette\Application\UI\Form::setSubmissionSource().
PHPStan: src/Application/UI/Form.php#L33
Method Nette\Application\UI\Form::createDefaultSource() has invalid return type Nette\Forms\SubmissionSource.
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/PresenterFactory.php#L0
Ignored error pattern booleanAnd.alwaysTrue in path /home/runner/work/application/application/src/Application/PresenterFactory.php was not matched in reported errors.
PHPStan: src/Application/ErrorPresenter.php#L0
Ignored error pattern closure.unusedUse in path /home/runner/work/application/application/src/Application/ErrorPresenter.php was not matched in reported errors.