1
0
mirror of synced 2025-01-10 02:57:10 +03:00
doctrine2/lib/Doctrine
flack b8ef3af982 Small grammar fix
The exception was reading 

```
A detached entity was found during {removed|persisted} [entityName] 
```

I changed the verbs to infinitive now. Alternatively, the text in ``ORMInvalidArgumentException::detachedEntityCannot`` could also be changed to read 


```
Detached entity [entityName] cannot be {removed|persisted}  
```
2014-07-14 11:25:04 +02:00
..
ORM Small grammar fix 2014-07-14 11:25:04 +02:00