Skip to content

Commit

Permalink
Remove suppression that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 14, 2023
1 parent 9a98ae5 commit 57ad91d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/Framework/MockObject/TestDoubleTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ public function testOriginalCloneMethodCanOptionallyBeCalledWhenTestDoubleObject
* @psalm-param class-string<RealInstanceType> $type
*
* @psalm-return (Stub|MockObject)&RealInstanceType
*
* @noinspection PhpParameterNameChangedDuringInheritanceInspection
*/
abstract protected function createTestDouble(string $type): object;

Expand Down

0 comments on commit 57ad91d

Please sign in to comment.