@@ -151,7 +151,7 @@ |
||
151 | 151 | * Computes the key corresponding to the given entity in the given property map, or null if no key was found. |
152 | 152 | * @param mixed $entity the entity to search the key for |
153 | 153 | * @param string[][][] $propertyMap a property map which maps classes to lists of groups of properties to fetch |
154 | - * @return null|string |
|
154 | + * @return integer|null |
|
155 | 155 | */ |
156 | 156 | private function keyOfPropertyMap($entity, $propertyMap): ?string |
157 | 157 | { |