Skip to content

Commit d5c5574

Browse files
Fix test for php 7.0
1 parent 9aad37e commit d5c5574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/DocblocksWithAnnotationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testDocblockWithAnnotations()
4444
$this->assertCount(3, $docblock->getTags());
4545
}
4646

47-
public function testDocblockWithAnnotationHavingZeroValue(): void
47+
public function testDocblockWithAnnotationHavingZeroValue()
4848
{
4949
$docComment = <<<DOCCOMMENT
5050
/**

0 commit comments

Comments
 (0)