Skip to content

Commit

Permalink
Fix typo (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarionLeHerisson authored Sep 26, 2021
1 parent ffe7b3c commit 969a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/ObjectGeneratorPersisterExceptionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function createForEntityMissingAssignedIdForField($entity): LogicE
{
return new LogicException(sprintf('No ID found for the entity "%1$s". If this entity has an auto ID generator, ' .
'this may be due to having it disabled because one instance of the entity had an ID assigned. ' .
'Either remove this assigned ID to allow the auto ID generator to operate or generate and ID for ' .
'Either remove this assigned ID to allow the auto ID generator to operate or generate an ID for ' .
'all the "%1$s" entities.',
get_class($entity)
));
Expand Down

0 comments on commit 969a5f9

Please sign in to comment.