Stronger typing in Widget class (HTMLOutputter)

This commit is contained in:
Mikael Nordfeldth 2014-06-01 13:09:47 +02:00
parent 75711ae06a
commit 2f97d5d206
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Widget
* @param HTMLOutputter $out output helper, defaults to null
*/
function __construct($out=null)
function __construct(HTMLOutputter $out=null)
{
$this->out = $out;
}