Move away from phropecy since it is not php8 ready

This commit is contained in:
Jaapio
2020-07-20 21:20:51 +02:00
parent eb3320ef01
commit 9781068ce1
2 changed files with 5 additions and 5 deletions
@@ -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());
}
}