Skip to content

FormNode: {form detached name} for layouts that nest other forms #710

FormNode: {form detached name} for layouts that nest other forms

FormNode: {form detached name} for layouts that nest other forms #710

Triggered via push June 16, 2026 15:40
Status Failure
Total duration 35s
Artifacts –
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Forms/Rendering/DefaultFormRenderer.php#L497
Parameter #1 $errors of method Nette\Forms\Rendering\DefaultFormRenderer::doRenderErrors() expects list<string|Stringable>, array given.
PHPStan: src/Forms/Controls/CsrfProtection.php#L39
Instanceof between Nette\Http\Session and Nette\Http\Session will always evaluate to true.
PHPStan: src/Forms/Controls/CsrfProtection.php#L39
Call to function assert() with true will always evaluate to true.
PHPStan: src/Forms/Controls/BaseControl.php#L572
Call to an undefined static method Nette\ComponentModel\Component::__call().
PHPStan: src/Forms/Controls/BaseControl.php#L561
Method Nette\Forms\Controls\BaseControl::__call() has no return type specified.
PHPStan: src/Forms/Container.php#L632
Call to an undefined static method Nette\ComponentModel\Container::__call().