@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | * an optional third parameter specifying the priority as an integer. You |
140 | 140 | * may use one of EmitterInterface predefined constants here if you want. |
141 | 141 | * |
142 | - * @param string|EntityInterface $entityClass |
|
142 | + * @param Entity $entityClass |
|
143 | 143 | * @param string $event |
144 | 144 | * @param ListenerInterface|callable $listener |
145 | 145 | * @param int $priority |
@@ -313,7 +313,7 @@ discard block |
||
313 | 313 | * |
314 | 314 | * @param string $entity |
315 | 315 | * |
316 | - * @return EntityDescriptor|string |
|
316 | + * @return string |
|
317 | 317 | */ |
318 | 318 | private function getAdapterAlias($entity) |
319 | 319 | { |