Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Nov 10, 2023
1 parent 65f00f4 commit 5996664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DOMElementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testCreateWithCSSExpr(string $selector, array $attributes, strin
self::assertEquals($result, (string) $ele);
}

public function cssCreatorProvider(): array
public static function cssCreatorProvider(): array
{
return [
[
Expand Down

0 comments on commit 5996664

Please sign in to comment.