@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * CrudEntry constructor. |
40 | 40 | * |
41 | - * @param Model|Crudable $model |
|
41 | + * @param Model $model |
|
42 | 42 | * @throws \InvalidArgumentException |
43 | 43 | */ |
44 | 44 | public function __construct(Model $model) |
@@ -26,6 +26,7 @@ |
||
26 | 26 | * CrudCollection constructor. |
27 | 27 | * |
28 | 28 | * @param Crudable[] $items |
29 | + * @param string $class |
|
29 | 30 | */ |
30 | 31 | public function __construct($items, $class) |
31 | 32 | { |