Skip to content

Commit fbac165

Browse files
committed
Typo
1 parent fd1ecd5 commit fbac165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sniffs/Namespaces/UnusedUsesSniffTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testReturnTypeHint()
8888
$this->assertNoSniffError($this->getFileReport(), 19);
8989
}
9090

91-
public function testPartialuses()
91+
public function testPartialUses()
9292
{
9393
$this->assertNoSniffError($this->getFileReport(), 20);
9494
$this->assertNoSniffError($this->getFileReport(), 21);

0 commit comments

Comments
 (0)