mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Move away from phropecy since it is not php8 ready
This commit is contained in:
@@ -56,6 +56,6 @@ DOCCOMMENT;
|
||||
$factory = DocBlockFactory::createInstance();
|
||||
$docblock = $factory->create($docComment);
|
||||
|
||||
$this->assertSame(0, printf('%i', $docblock->getTagsByName('my-tag')));
|
||||
$this->assertSame(0, (int) $docblock->getTagsByName('my-tag')[0]->render());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user