Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc blocks for ViewBuilder.
  • Loading branch information
markstory committed Aug 15, 2015
1 parent 38a1264 commit b73e3f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/View/ViewBuilder.php
Expand Up @@ -159,7 +159,8 @@ public function autoLayout($autoLayout = null)
/**
* The plugin name to use
*
* @param string|null $name Plugin name. If null returns current plugin.
* @param string|null|false $name Plugin name. If null returns current plugin.
* Use false to remove the current plugin name.
* @return string|$this
*/
public function plugin($name = null)
Expand Down Expand Up @@ -194,7 +195,8 @@ public function helpers(array $helpers = null, $merge = true)
/**
* The view theme to use.
*
* @param string|null $theme Theme name. If null returns current theme.
* @param string|null|false $theme Theme name. If null returns current theme.
* Use false to remove the current theme.
* @return string|$this
*/
public function theme($theme = null)
Expand Down

0 comments on commit b73e3f6

Please sign in to comment.