Skip to content

Commit 76321da

Browse files
author
Robin Cawser
committed
Update readme
1 parent a640e69 commit 76321da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This bundle allows you to automatically generate a unique random string on an entity property, useful for
44
creating keys or passwords. Using Doctrine's `prePersist` callback, StringGenerator adds the generated string to a property
5-
before the entity is persisted. It also checks whether the string is unique to that property (just in case) and quietly
6-
generates a new string. This results as a minimum of one extra query whenever you flush an entity for the first time.
5+
before the entity is persisted. It also checks whether the string is unique to that property (just in case) and if not, quietly
6+
generates a new string.
77

88
## Install
99

0 commit comments

Comments
 (0)