Skip to content

Commit

Permalink
Apply cgl
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Sep 25, 2024
1 parent d8a7e6e commit a472e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ViewHelper/TagBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function ignoreEmptyAttributes(bool $ignoreEmptyAttributes): void
*
* @param string $attributeName name of the attribute to be added to the tag. Be extremely
* careful if this value is user-provided input!
* @param string|bool|\Traversable|array|null|\UnitEnum|\BackedEnum $attributeValue attribute value, can only be array or traversable
* @param string|bool|\Traversable|array|\UnitEnum|\BackedEnum|null $attributeValue attribute value, can only be array or traversable
* if the attribute name is either "data" or "area". In
* that special case, multiple attributes will be created
* with either "data-" or "area-" as prefix
Expand Down

0 comments on commit a472e7a

Please sign in to comment.