From 76a790300fcabe3b521b05ba266de7ccf0157d76 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 21 Aug 2017 22:54:02 +0200 Subject: [PATCH] Attributes: adjust method signature --- library/vendor/ipl/Html/Attributes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/vendor/ipl/Html/Attributes.php b/library/vendor/ipl/Html/Attributes.php index da3fe6dd..56f28afe 100644 --- a/library/vendor/ipl/Html/Attributes.php +++ b/library/vendor/ipl/Html/Attributes.php @@ -103,7 +103,7 @@ class Attributes } /** - * @param Attribute|string $attribute + * @param Attribute|string|array $attribute * @param string|array $value * @return $this */