Skip to content

typo

typo #1002

Triggered via push July 14, 2026 01:32
Status Failure
Total duration 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Bridges/ApplicationDI/LatteExtension.php#L91
Class Nette\DI\Definitions\Reference does not have a constructor and must be instantiated without any parameters.
PHPStan: src/Application/UI/FormSubmissionSource.php#L22
Method Nette\Application\UI\FormSubmissionSource::receiveData() return type has no value type specified in iterable type array.
PHPStan: src/Application/UI/FormSubmissionSource.php#L20
Class Nette\Application\UI\FormSubmissionSource implements unknown interface Nette\Forms\SubmissionSource.
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.