@@ -23,12 +23,11 @@ |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * @param array $data |
26 | - * @return mixed |
|
26 | + * @return AbstractResource |
|
27 | 27 | */ |
28 | 28 | public function populateFromArray(array $data); |
29 | 29 | |
30 | 30 | /** |
31 | - * @param string $name The name of the model class. |
|
32 | 31 | * @param mixed $data Either a {@see ResponseInterface} or data array that will populate the newly |
33 | 32 | * created model class. |
34 | 33 | * |