Html/Text: fix wrong type in hint
This commit is contained in:
parent
33f04d9e52
commit
7fa2d91d37
|
@ -14,7 +14,7 @@ class Text implements ValidHtml
|
||||||
/**
|
/**
|
||||||
* Text constructor.
|
* Text constructor.
|
||||||
*
|
*
|
||||||
* @param $text
|
* @param string $string
|
||||||
*/
|
*/
|
||||||
public function __construct($string)
|
public function __construct($string)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue