Skip to content

removed attached() & detached() methods (BC break) #56

removed attached() & detached() methods (BC break)

removed attached() & detached() methods (BC break) #56

Triggered via push May 2, 2024 10:39
Status Success
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/ComponentModel/Component.php#L29
Property Nette\ComponentModel\Component::$parent with generic interface Nette\ComponentModel\IContainer does not specify its types: T
PHPStan: src/ComponentModel/Component.php#L33
Property Nette\ComponentModel\Component::$monitors with generic interface Nette\ComponentModel\IComponent does not specify its types: T
PHPStan: src/ComponentModel/Component.php#L41
Method Nette\ComponentModel\Component::lookup() return type with generic interface Nette\ComponentModel\IComponent does not specify its types: T
PHPStan: src/ComponentModel/Component.php#L41
Method Nette\ComponentModel\Component::lookup() return type with generic interface Nette\ComponentModel\IComponent does not specify its types: T
PHPStan: src/ComponentModel/Component.php#L199
Method Nette\ComponentModel\Component::refreshMonitors() has parameter $listeners with generic interface Nette\ComponentModel\IComponent but does not specify its types: T
PHPStan: src/ComponentModel/Container.php#L22
Class Nette\ComponentModel\Container extends generic class Nette\ComponentModel\Component but does not specify its types: T
PHPStan: src/ComponentModel/Container.php#L27
Property Nette\ComponentModel\Container::$components with generic interface Nette\ComponentModel\IComponent does not specify its types: T
PHPStan: src/ComponentModel/Container.php#L28
Property Nette\ComponentModel\Container::$cloning with generic class Nette\ComponentModel\Container does not specify its types: T
PHPStan: src/ComponentModel/Container.php#L114
Method Nette\ComponentModel\Container::getComponent() return type with generic interface Nette\ComponentModel\IComponent does not specify its types: T
PHPStan: src/ComponentModel/Container.php#L114
Method Nette\ComponentModel\Container::getComponent() return type with generic interface Nette\ComponentModel\IComponent does not specify its types: T