Html/Text: fix wrong type in hint

This commit is contained in:
Thomas Gelf 2018-01-25 13:16:40 +01:00
parent 33f04d9e52
commit 7fa2d91d37
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Text implements ValidHtml
/**
* Text constructor.
*
* @param $text
* @param string $string
*/
public function __construct($string)
{