Skip to content

Commit

Permalink
phpDoc: Added null to Controller::$layout
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka committed Mar 23, 2016
1 parent a0d2950 commit aa0bf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Controller extends Component implements ViewContextInterface
*/
public $defaultAction = 'index';
/**
* @var string|boolean the name of the layout to be applied to this controller's views.
* @var null|string|boolean the name of the layout to be applied to this controller's views.
* This property mainly affects the behavior of [[render()]].
* Defaults to null, meaning the actual layout value should inherit that from [[module]]'s layout value.
* If false, no layout will be applied.
Expand Down

0 comments on commit aa0bf9a

Please sign in to comment.