Skip to content

Commit a9ff7c3

Browse files
committed
refactor: remove inherit doc on overrides without parent documentation
1 parent 57b0d05 commit a9ff7c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Drafts/BaseDraftTestCase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,11 @@ private function setUpTests(bool $isValid): array
4545
return $tests;
4646
}
4747

48-
/**
49-
* {@inheritdoc}
50-
*/
5148
public function getInvalidTests(): array
5249
{
5350
return $this->setUpTests(false);
5451
}
5552

56-
/**
57-
* {@inheritdoc}
58-
*/
5953
public function getValidTests(): array
6054
{
6155
return $this->setUpTests(true);

0 commit comments

Comments
 (0)