diff --git a/tests/unit/phpDocumentor/Descriptor/MethodDescriptorTest.php b/tests/unit/phpDocumentor/Descriptor/MethodDescriptorTest.php index 72a89d65f..5b54a1ef0 100644 --- a/tests/unit/phpDocumentor/Descriptor/MethodDescriptorTest.php +++ b/tests/unit/phpDocumentor/Descriptor/MethodDescriptorTest.php @@ -231,9 +231,7 @@ public function testParamTagsInheritWhenNoneArePresent(): void $this->assertSame($paramCollection, $result); } - /** - * @covers ::getInheritedElement - */ + /** @covers ::getInheritedElement */ public function testElementDoesNotInheritWhenNoParents(): void { $this->assertNull($this->fixture->getInheritedElement()); @@ -246,9 +244,7 @@ public function testElementDoesNotInheritWhenNoParents(): void $this->assertNull($this->fixture->getInheritedElement()); } - /** - * @covers ::getInheritedElement - */ + /** @covers ::getInheritedElement */ public function testElementInheritanceCaches(): void { $parentClass = new ClassDescriptor();