From 18efdae9720ef33af32c56e95512f3553ad9461a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Tue, 5 May 2020 21:01:22 +0200 Subject: [PATCH] Component->getPresenter() return type --- src/Application/UI/Component.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Application/UI/Component.php b/src/Application/UI/Component.php index fbaae6e41..af4f3b1c4 100644 --- a/src/Application/UI/Component.php +++ b/src/Application/UI/Component.php @@ -35,6 +35,7 @@ abstract class Component extends Nette\ComponentModel\Container implements ISign /** * Returns the presenter where this component belongs to. + * @return Presenter */ public function getPresenter(): ?Presenter {