We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c00f984 + 962a325 commit de934d8Copy full SHA for de934d8
src/Html/Editor/HasEvents.php
@@ -64,11 +64,11 @@ public function __call($method, $parameters)
64
* Add Editor event listener scripts.
65
*
66
* @param string $event
67
- * @param string $script
+ * @param mixed $script
68
* @return $this
69
* @see https://editor.datatables.net/reference/event
70
*/
71
- public function on(string $event, string $script): static
+ public function on(string $event, mixed $script): static
72
{
73
$this->events[] = [
74
'event' => $event,
0 commit comments