Skip to content

Commit 0ab0353

Browse files
committed
Missing property annotations for Nette\Application\UI\Component
1 parent 2b3ccaa commit 0ab0353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/Application/UI/Component.stub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
namespace Nette\Application\UI;
44

55
/**
6+
* @property-read Presenter $presenter
7+
* @property-read bool $linkCurrent
68
* @phpstan-implements \ArrayAccess<string, \Nette\ComponentModel\IComponent>
79
*/
810
abstract class Component implements \ArrayAccess

0 commit comments

Comments
 (0)