We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1ecd5 commit fbac165Copy full SHA for fbac165
tests/Sniffs/Namespaces/UnusedUsesSniffTest.php
@@ -88,7 +88,7 @@ public function testReturnTypeHint()
88
$this->assertNoSniffError($this->getFileReport(), 19);
89
}
90
91
- public function testPartialuses()
+ public function testPartialUses()
92
{
93
$this->assertNoSniffError($this->getFileReport(), 20);
94
$this->assertNoSniffError($this->getFileReport(), 21);
0 commit comments