Skip to content

Commit

Permalink
removed $value parameter from makeCustomDataAttribute method of Attri…
Browse files Browse the repository at this point in the history
…buteFactoryInterface.php
  • Loading branch information
dwilbourne committed Apr 22, 2024
1 parent 64abdd8 commit 1d339bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/html/attribute/factory/AttributeFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ public function makeAttribute(string $attributeName): AttributeInterface;
/**
* makeCustomDataAttribute
* @param string $name
* @param mixed $value
* @param ValTesterInterface<string> $tester
* @return AttributeSingleValueInterface
*/
public function makeCustomDataAttribute(
string $name,
mixed $value,
ValTesterInterface $tester
): AttributeSingleValueInterface;

Expand Down

0 comments on commit 1d339bd

Please sign in to comment.