@@ -244,8 +244,8 @@ |
||
| 244 | 244 | /** |
| 245 | 245 | * Sets HTML table attribute(s). |
| 246 | 246 | * |
| 247 | - * @param string|array $attribute |
|
| 248 | - * @param mixed $value |
|
| 247 | + * @param string $attribute |
|
| 248 | + * @param string $value |
|
| 249 | 249 | * @return $this |
| 250 | 250 | */ |
| 251 | 251 | public function setTableAttribute($attribute, $value = null) |
@@ -64,7 +64,8 @@ |
||
| 64 | 64 | * Add Editor event listener scripts. |
| 65 | 65 | * |
| 66 | 66 | * @param string $script |
| 67 | - * @return Editor |
|
| 67 | + * @param string $event |
|
| 68 | + * @return HasEvents |
|
| 68 | 69 | * @see https://editor.datatables.net/reference/event |
| 69 | 70 | */ |
| 70 | 71 | public function on($event, $script) |