removed attached() & detached() methods (BC break) #58
Annotations
10 errors
PHPStan:
src/ComponentModel/Component.php#L27
Property Nette\ComponentModel\Component::$parent with generic interface Nette\ComponentModel\IContainer does not specify its types: T
|
PHPStan:
src/ComponentModel/Component.php#L31
Property Nette\ComponentModel\Component::$monitors with generic interface Nette\ComponentModel\IComponent does not specify its types: T
|
PHPStan:
src/ComponentModel/Component.php#L39
Method Nette\ComponentModel\Component::lookup() return type with generic interface Nette\ComponentModel\IComponent does not specify its types: T
|
PHPStan:
src/ComponentModel/Component.php#L39
Method Nette\ComponentModel\Component::lookup() return type with generic interface Nette\ComponentModel\IComponent does not specify its types: T
|
PHPStan:
src/ComponentModel/Component.php#L197
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
|