Completed
Push — master ( e2e127...87b6ac )
by Klochok
02:34
created
src/Collection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -376,8 +376,8 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.