Completed
Push — master ( 7f572e...bf04a1 )
by Benedikt
02:39
created
src/Service/LoadingService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
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
   {
Please login to merge, or discard this patch.