@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * |
75 | 75 | * @param EntityInterface $entity |
76 | 76 | * |
77 | - * @return EntityCollectionInterface|EntityInterface[] |
|
77 | + * @return EntityCollectionInterface |
|
78 | 78 | */ |
79 | 79 | public function load(EntityInterface $entity) |
80 | 80 | { |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | * Gets the relation conditions |
113 | 113 | * |
114 | 114 | * @param EntityInterface $entity |
115 | - * @return array |
|
115 | + * @return string |
|
116 | 116 | */ |
117 | 117 | protected function getConditions(EntityInterface $entity) |
118 | 118 | { |