aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/HTMLAttributes.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-13 16:53:43 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-13 16:53:43 +0100
commit576f980a5ad6fa10313369d7c3719136171a1a9e (patch)
tree0339c169ed688fd343e55b710b89abb5c565b4ef /lib/classes/HTMLAttributes.php
parent5239fe23a8b6b3e266dc09fd25d8c805f60d78a3 (diff)
make icons as button keyboard accesssible again, fixes #6333
Closes #6333 Merge request studip/studip!4804
Diffstat (limited to 'lib/classes/HTMLAttributes.php')
-rw-r--r--lib/classes/HTMLAttributes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/HTMLAttributes.php b/lib/classes/HTMLAttributes.php
index d9500d1..4bba3cc 100644
--- a/lib/classes/HTMLAttributes.php
+++ b/lib/classes/HTMLAttributes.php
@@ -189,7 +189,7 @@ class HTMLAttributes implements Stringable, ArrayAccess
return implode(' ', $result);
}
- public function __toString()
+ public function __toString(): string
{
return $this->asString();
}