@@ -57,7 +57,6 @@ discard block |
||
| 57 | 57 | * Processes multiple, raw MongoDB results and converts them into an array of standardized Record objects. |
| 58 | 58 | * |
| 59 | 59 | * @param EntityMetadata $metadata |
| 60 | - * @param array $data |
|
| 61 | 60 | * @param Store $store |
| 62 | 61 | * @return Record[] |
| 63 | 62 | */ |
@@ -117,7 +116,6 @@ discard block |
||
| 117 | 116 | * Extracts the identifier and model type from a raw result and removes them from the source data. |
| 118 | 117 | * Returns as a tuple. |
| 119 | 118 | * |
| 120 | - * @param string $key |
|
| 121 | 119 | * @param array $data |
| 122 | 120 | * @return array |
| 123 | 121 | * @throws PersisterException |