@@ -376,8 +376,8 @@ |
||
| 376 | 376 | * Try to find the model data if the response from the API came without an index by ID |
| 377 | 377 | * |
| 378 | 378 | * @param $data |
| 379 | - * @param $model |
|
| 380 | - * @param $pk |
|
| 379 | + * @param ActiveRecord $model |
|
| 380 | + * @param string $pk |
|
| 381 | 381 | * @return mixed |
| 382 | 382 | */ |
| 383 | 383 | private function findAssociatedModelData($data, $model, $pk) |