Skip to content

Commit

Permalink
Remove double definition of method
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest committed Jun 14, 2024
1 parent ea8394c commit ab49e72
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/FixtureHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ public function ensureNotEmpty(mixed $something): void
}
}

/**
* @phpstan-assert !empty $something
*/
public function ensureNotEmpty(mixed $something): void
{
if (empty($something)) {
throw new \LogicException('Expected parameter not to be empty, but it was.');
}
}

/**
* Use this to access the media related features
* of the fixture helper class.
Expand Down

0 comments on commit ab49e72

Please sign in to comment.