Skip to content

Commit

Permalink
fixed typo in setGlobal method name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilbourne committed Oct 17, 2024
1 parent c4863ca commit a5b6c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/attribute/AttributeVoidInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function render(): string;
* setGloabl
* @param bool $global
*/
public function setGloabl(bool $global): void;
public function setGlobal(bool $global): void;

/**
* isGlobal
Expand Down

0 comments on commit a5b6c86

Please sign in to comment.