Skip to content

added attribute #Parameter #532

added attribute #Parameter

added attribute #Parameter #532

Triggered via push October 5, 2023 15:24
Status Success
Total duration 33s
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#L87
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.