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 8719cc1 commit 261f5b2Copy full SHA for 261f5b2
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