Skip to content

Commit

Permalink
Fix doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 23, 2016
1 parent 77f58c9 commit 04057ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/UrlHelper.php
Expand Up @@ -38,7 +38,7 @@ class UrlHelper extends Helper
* @param string|array|null $url Either a relative string url like `/products/view/23` or
* an array of URL parameters. Using an array for URLs will allow you to leverage
* the reverse routing features of CakePHP.
* @param bool $options Array options; bool $full for BC reasons.
* @param array|bool $options Array of options; bool `full` for BC reasons.
* @return string Full translated URL with base path.
*/
public function build($url = null, $options = false)
Expand Down

0 comments on commit 04057ca

Please sign in to comment.