Skip to content

3.1.5

3.1.5 #1003

Triggered via push July 26, 2026 10:38
Status Failure
Total duration 23s
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.