Skip to content

Commit

Permalink
fixed phpstan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jan 7, 2025
1 parent b8c8ef6 commit 968840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Html/HtmlUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function generateAttributeString(array $attributes, array $options = []):
* xhtml?: bool,
* normalizeKeys?: bool,
* array_handling?: 'reduce'|'encode',
* }|GenerateDataAttributesStringOptions $attributes (GenerateDataAttributesStringOptions is only supported from php 8.1)
* }|GenerateDataAttributesStringOptions $options (GenerateDataAttributesStringOptions is only supported from php 8.1)
*
* Options (additional to Options from HtmlUtl::generateAttributeString()):
* - normalizeKeys: Array keys are normalized to lowercase dash-cased strings (e.g. Foo Bar_player is transformed to foo-bar-player)
Expand Down

0 comments on commit 968840f

Please sign in to comment.