Skip to content

Commit

Permalink
Component->getPresenter() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored and dg committed May 11, 2020
1 parent 92701a9 commit 3f51018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Application/UI/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 3f51018

Please sign in to comment.