@@ -256,7 +256,7 @@ |
||
256 | 256 | /** |
257 | 257 | * @param EntityInterface $createdEntity |
258 | 258 | */ |
259 | - protected function triggerCreate(EntityInterface &$createdEntity) |
|
259 | + protected function triggerCreate(EntityInterface&$createdEntity) |
|
260 | 260 | { |
261 | 261 | $this->eventManager->addIdentifiers(get_class($createdEntity)); |
262 | 262 |