Add the @return types

This commit is contained in:
2022-07-27 10:26:43 +02:00
parent 89e26be943
commit ed8449d321
13 changed files with 30 additions and 31 deletions

View File

@@ -309,7 +309,7 @@ class Sse
/** Initialize the backend for one specific file.
* @param string $event The event to start
* @param string $filePath The file path where the event data are stored
* @return false if the file doesn't exists
* @return boolean false if the file doesn't exists
*/
private function backendInitEvent ($event, $filePath)
// {{{