Skip to content

netteForms: restructured package, includes UMD and ESM (BC break) #650

netteForms: restructured package, includes UMD and ESM (BC break)

netteForms: restructured package, includes UMD and ESM (BC break) #650

Triggered via push December 1, 2025 18:59
Status Success
Total duration 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Bridges/FormsLatte/Runtime.php#L38
Call to an undefined method Nette\Forms\Container::isMethod().
PHPStan: src/Bridges/FormsLatte/Runtime.php#L35
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#L35
Unsafe usage of new static().
PHPStan: src/Bridges/FormsLatte/Nodes/FormNode.php#L44
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.