Skip to content

Container::setValues() and setDefaults() accepts array|Traversable|st… #659

Container::setValues() and setDefaults() accepts array|Traversable|st…

Container::setValues() and setDefaults() accepts array|Traversable|st… #659

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

Annotations

10 errors
PHPStan: src/Bridges/FormsLatte/Runtime.php#L40
Call to an undefined method Nette\Forms\Container::isMethod().
PHPStan: src/Bridges/FormsLatte/Runtime.php#L37
Call to an undefined method Nette\Forms\Container::getElementPrototype().
PHPStan: src/Bridges/FormsLatte/Nodes/LabelNode.php#L46
Unsafe usage of new static().
PHPStan: src/Bridges/FormsLatte/Nodes/InputNode.php#L35
Unsafe usage of new static().
PHPStan: src/Bridges/FormsLatte/Nodes/InputErrorNode.php#L31
Unsafe usage of new static().
PHPStan: src/Bridges/FormsLatte/Nodes/FormPrintNode.php#L30
Unsafe usage of new static().
PHPStan: src/Bridges/FormsLatte/Nodes/FormNode.php#L45
Unsafe usage of new static().
PHPStan: src/Bridges/FormsLatte/Nodes/FormContainerNode.php#L34
Unsafe usage of new static().
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L105
Using nullsafe property access on non-nullable type Latte\Compiler\Nodes\FragmentNode. Use -> instead.
PHPStan: src/Bridges/FormsDI/FormsExtension.php#L34
Cannot access property $messages on array|object.