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.
2 parents 384307b + 261f5b2 commit e774a02Copy full SHA for e774a02
tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php
@@ -57,7 +57,7 @@ public function testFormatterCallsToStringAndReturnsAStandardRepresentation() :
57
*
58
* @covers ::format
59
*/
60
- public function testFormatterToStringWitoutDescription() : void
+ public function testFormatterToStringWithoutDescription() : void
61
{
62
$expected = '@unknown-tag';
63
$fixture = new PassthroughFormatter();
0 commit comments