Skip to content

Commit

Permalink
Control: enhanced code completion for $template (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 9, 2017
1 parent a4cc995 commit b94b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/UI/Control.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Control is renderable Presenter component.
*
* @property-read ITemplate $template
* @property-read ITemplate|Nette\Bridges\ApplicationLatte\Template|\stdClass $template
*/
abstract class Control extends Component implements IRenderable
{
Expand Down

0 comments on commit b94b898

Please sign in to comment.