removed attached() & detached() methods (BC break) #55
Annotations
10 errors and 1 warning
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
|
PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|