This commit is contained in:
2021-05-06 19:54:27 +02:00
parent 350f0c50a7
commit 4f0630de3e
2 changed files with 2 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ class sse
// }}}
/** The optional handler to use in DataOnly. Must be callable method
* @param callable|null $handler
* @param callable|null $handler The handler
* If callable is null, remove the handler for this event
* @param mixed... $params The optional needed parameters
*/