diff --git a/lib/widget.php b/lib/widget.php index d068dea0f0..11f4d08cb8 100644 --- a/lib/widget.php +++ b/lib/widget.php @@ -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; }