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