Skip to content

Commit

Permalink
fix code-style check
Browse files Browse the repository at this point in the history
  • Loading branch information
smaddock committed Apr 24, 2024
1 parent edd248e commit c86a917
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/unit/phpDocumentor/Descriptor/MethodDescriptorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand All @@ -246,9 +244,7 @@ public function testElementDoesNotInheritWhenNoParents(): void
$this->assertNull($this->fixture->getInheritedElement());
}

/**
* @covers ::getInheritedElement
*/
/** @covers ::getInheritedElement */
public function testElementInheritanceCaches(): void
{
$parentClass = new ClassDescriptor();
Expand Down

0 comments on commit c86a917

Please sign in to comment.