You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following commit 64ae94b introduced an inversion of the logic for this condition:
```
!empty($interfaceMappings)
```
became:
```
!$interfaceMappings
```
The result means that the ```ResolveTargetEntityListener``` doctrine.xml config is never generated when interfaces are used.
0 commit comments