php-cs-fixer for all the code
This commit is contained in:
@@ -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])
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user