Skip to content

Commit f0821ad

Browse files
yunoshjaapio
authored andcommitted
Missed this test.
1 parent a5fb253 commit f0821ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/DocBlock/Tags/AuthorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testIfTagCanBeRenderedUsingDefaultFormatter()
4242
{
4343
$fixture = new Author('Mike van Riel', '[email protected]');
4444

45-
$this->assertSame('@author Mike van Riel<[email protected]>', $fixture->render());
45+
$this->assertSame('@author Mike van Riel <[email protected]>', $fixture->render());
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)