php-cs-fixer for all the code

This commit is contained in:
2023-04-13 20:21:34 +02:00
parent eed1fe690d
commit 63b150a493
18 changed files with 279 additions and 278 deletions

View File

@@ -296,7 +296,7 @@ class Sse
// and reopen it just after
if (
key_exists($event, $this->fps) && (
! file_exists($this->files[$event]) ||
! file_exists($this->files[$event]) ||
! is_readable($this->files[$event])
)
) {