Commit e197d2f
Gary Lockett
Fix incorrect logic
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.1 parent 9ab29eb commit e197d2f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
0 commit comments