@@ -38,8 +38,8 @@ |
||
38 | 38 | * |
39 | 39 | * @param int|string $id OPTIONAL $id Id is create if empty |
40 | 40 | * @param array|string $data OPTIONAL Data array |
41 | - * @param Type|string $type OPTIONAL Type name |
|
42 | - * @param Index|string $index OPTIONAL Index name |
|
41 | + * @param string $type OPTIONAL Type name |
|
42 | + * @param Index $index OPTIONAL Index name |
|
43 | 43 | */ |
44 | 44 | public function __construct($id = '', $data = [], $type = '', $index = '') |
45 | 45 | { |