@@ -150,7 +150,6 @@ discard block |
||
150 | 150 | * |
151 | 151 | * @param string $entityType |
152 | 152 | * @param string $relationship |
153 | - * @param array $entities |
|
154 | 153 | * |
155 | 154 | * @return void |
156 | 155 | */ |
@@ -195,7 +194,7 @@ discard block |
||
195 | 194 | * @throws \InvalidArgumentException when requested relationship is not defined |
196 | 195 | * @throws \RuntimeException when map structure is defined incorrectly |
197 | 196 | * |
198 | - * @return array |
|
197 | + * @return string |
|
199 | 198 | */ |
200 | 199 | protected function getRelationshipMap($relationship) |
201 | 200 | { |