@@ -21,7 +21,7 @@ |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
24 | - * @param $format |
|
24 | + * @param string $format |
|
25 | 25 | * @return void |
26 | 26 | */ |
27 | 27 | public function setFormat($format) |
@@ -109,7 +109,7 @@ |
||
109 | 109 | /** |
110 | 110 | * @param $order |
111 | 111 | * @param array $filters |
112 | - * @return $this|mixed |
|
112 | + * @return QueryBuilder |
|
113 | 113 | */ |
114 | 114 | public function prepare($order, $filters = []) |
115 | 115 | { |
@@ -133,7 +133,7 @@ discard block |
||
133 | 133 | * Alias for setAllowCreate |
134 | 134 | * |
135 | 135 | * @param bool $flag |
136 | - * @return DataGrid |
|
136 | + * @return Manager |
|
137 | 137 | */ |
138 | 138 | public function allowCreate($flag = true) |
139 | 139 | { |
@@ -193,7 +193,7 @@ discard block |
||
193 | 193 | * Alias for setAllowEdit |
194 | 194 | * |
195 | 195 | * @param bool $flag |
196 | - * @return DataGrid |
|
196 | + * @return Manager |
|
197 | 197 | */ |
198 | 198 | public function allowEdit($flag = true) |
199 | 199 | { |