diff --git a/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php b/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php index 8f0f021..f79c7a7 100644 --- a/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php +++ b/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php @@ -57,7 +57,7 @@ class PassthroughFormatterTest extends TestCase * * @covers ::format */ - public function testFormatterToStringWitoutDescription() : void + public function testFormatterToStringWithoutDescription() : void { $expected = '@unknown-tag'; $fixture = new PassthroughFormatter();