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 a5fb253 commit f0821adCopy full SHA for f0821ad
tests/unit/DocBlock/Tags/AuthorTest.php
@@ -42,7 +42,7 @@ public function testIfTagCanBeRenderedUsingDefaultFormatter()
42
{
43
$fixture = new Author('Mike van Riel', 'mike@phpdoc.org');
44
45
- $this->assertSame('@author Mike van Riel<mike@phpdoc.org>', $fixture->render());
+ $this->assertSame('@author Mike van Riel <mike@phpdoc.org>', $fixture->render());
46
}
47
48
/**
0 commit comments