mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
fix cs
This commit is contained in:
committed by
Jaap van Otterdijk
parent
763f26e8db
commit
94fd000123
@@ -192,7 +192,7 @@ DOCCOMMENT_AFTER_REMOVE;
|
||||
$fixture = new Serializer(0, '', true, 15);
|
||||
$genericTag = new DocBlock\Tags\Generic('unknown-tag');
|
||||
|
||||
$docBlock = new DocBlock('',null, [$genericTag]);
|
||||
$docBlock = new DocBlock('', null, [$genericTag]);
|
||||
$this->assertSame($expected, $fixture->getDocComment($docBlock));
|
||||
|
||||
$docBlock->removeTag($genericTag);
|
||||
|
||||
Reference in New Issue
Block a user