@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | * @param Select $query |
37 | 37 | * @param EntityDescriptorInterface $entityDescriptor |
38 | 38 | * |
39 | - * @return \League\Event\EventInterface|string |
|
39 | + * @return \League\Event\EventInterface |
|
40 | 40 | */ |
41 | 41 | public function triggerBeforeSelect( |
42 | 42 | Select $query, EntityDescriptorInterface $entityDescriptor |
@@ -57,9 +57,9 @@ discard block |
||
57 | 57 | * Emits the after select event |
58 | 58 | * |
59 | 59 | * @param RecordList $data |
60 | - * @param EntityCollection $entity |
|
60 | + * @param EntityCollection $entities |
|
61 | 61 | * |
62 | - * @return \League\Event\EventInterface|string |
|
62 | + * @return \League\Event\EventInterface |
|
63 | 63 | */ |
64 | 64 | public function triggerAfterSelect($data, EntityCollection $entities) |
65 | 65 | { |