Skip to content

Commit f212293

Browse files
oliverkleeJakeQZ
andauthored
Fix typo
Co-authored-by: JakeQZ <[email protected]>
1 parent 4fc3208 commit f212293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/CSSList/AtRuleBlockListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function atRuleArgsByDefaultReturnsEmptyString(): void
8181
/**
8282
* @test
8383
*/
84-
public function atRuleArgusReturnsArgumentsProvidedToConstructor(): void
84+
public function atRuleArgsReturnsArgumentsProvidedToConstructor(): void
8585
{
8686
$arguments = 'bar';
8787

0 commit comments

Comments
 (0)