Skip to content

Commit

Permalink
Improve PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Nov 5, 2024
1 parent e589253 commit a856851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixture/AbstractFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function addReference(string $name, object $object): void
*
* @return T
*
* @throws \OutOfBoundsException - if repository does not exist
* @throws \OutOfBoundsException - if reference does not exist in repository
*/
protected function getReference(string $name, string $class): object
{
Expand Down

0 comments on commit a856851

Please sign in to comment.