Skip to content

Commit

Permalink
Fix for var type in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Kyselov committed Sep 12, 2014
1 parent 3f2b2b9 commit fe51beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Widget/WidgetRegistry.php
Expand Up @@ -68,7 +68,7 @@ class WidgetRegistry {
* *
* @param \Cake\View\StringTemplate $templates Templates instance to use. * @param \Cake\View\StringTemplate $templates Templates instance to use.
* @param \Cake\View\View $view The view instance to set as a widget. * @param \Cake\View\View $view The view instance to set as a widget.
* @param mixed $widgets See add() method for more information. * @param string|array $widgets See add() method for more information.
*/ */
public function __construct(StringTemplate $templates, View $view, $widgets = []) { public function __construct(StringTemplate $templates, View $view, $widgets = []) {
$this->_templates = $templates; $this->_templates = $templates;
Expand Down

0 comments on commit fe51beb

Please sign in to comment.