From 7fa2d91d37f2aa4668892332d1ba87c28d886d91 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 25 Jan 2018 13:16:40 +0100 Subject: [PATCH] Html/Text: fix wrong type in hint --- library/vendor/ipl/Html/Text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/vendor/ipl/Html/Text.php b/library/vendor/ipl/Html/Text.php index 461ed896..95aa7164 100644 --- a/library/vendor/ipl/Html/Text.php +++ b/library/vendor/ipl/Html/Text.php @@ -14,7 +14,7 @@ class Text implements ValidHtml /** * Text constructor. * - * @param $text + * @param string $string */ public function __construct($string) {