Completed
Push — master ( 57b531...5d4578 )
by Filipe
02:14
created
src/Orm.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.