Skip to content

Application: previous presenter is passed to error presenter (#317) #549

Application: previous presenter is passed to error presenter (#317)

Application: previous presenter is passed to error presenter (#317) #549

Triggered via push October 6, 2023 13:56
Status Success
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Application/Attributes/Persistent.php#L18
Constructor of class Nette\Application\Attributes\Persistent has an unused parameter $names.
PHPStan: src/Application/ErrorPresenter.php#L47
Anonymous function has an unused use $code.
PHPStan: src/Application/MicroPresenter.php#L1
ParseError (syntax error, unexpected '(') thrown while looking for class Nette\Application\UI\ComponentReflection.
PHPStan: src/Application/Routers/RouteList.php#L85
Unsafe usage of new static().
PHPStan: src/Application/UI/Component.php#L1
ParseError (syntax error, unexpected '(') thrown while looking for class Nette\Application\UI\ComponentReflection.
PHPStan: src/Application/UI/ComponentReflection.php#L1
ParseError (syntax error, unexpected '(') thrown while looking for class Nette\Application\UI\ComponentReflection.
PHPStan: src/Application/UI/Control.php#L58
PHPDoc tag @param references unknown parameter: $class
PHPStan: src/Application/UI/Control.php#L63
Ternary operator condition is always true.
PHPStan: src/Application/UI/Control.php#L64
Method Nette\Application\UI\TemplateFactory::createTemplate() invoked with 2 parameters, 0-1 required.
PHPStan: src/Application/UI/Form.php#L76
Method Nette\Application\UI\Form::getPresenter() should return Nette\Application\UI\Presenter|null but returns Nette\ComponentModel\IComponent|null.