create($docComment); $this->assertCount(3, $docblock->getTags()); } public function testDocblockWithAnnotationHavingZeroValue(): void { $docComment = <<create($docComment); $this->assertSame(0, (int) $docblock->getTagsByName('my-tag')[0]->render()); } }