@@ -142,7 +142,7 @@ |
||
| 142 | 142 | $this->elementTypeNameGenerator->getTypeNameCombination($on, true) |
| 143 | 143 | ); |
| 144 | 144 | } catch (EntityNotSupportedException $exception) { |
| 145 | - $tmp .= ' (' . $this->elementTypeNameGenerator->getTypeNameCombination($target, true) .')'; |
|
| 145 | + $tmp .= ' ('.$this->elementTypeNameGenerator->getTypeNameCombination($target, true).')'; |
|
| 146 | 146 | } |
| 147 | 147 | } |
| 148 | 148 | } |