diff --git a/src/Application.php b/src/Application.php index b4f50bc5..62c0fe16 100644 --- a/src/Application.php +++ b/src/Application.php @@ -62,13 +62,13 @@ public function pingInterval(): int return $this->pingInterval; } - /** - * Get the activity timeout in seconds. - */ - public function activityTimeout(): int - { - return $this->activityTimeout; - } + /** + * Get the activity timeout in seconds. + */ + public function activityTimeout(): int + { + return $this->activityTimeout; + } /** * Get the maximum message size allowed from the client.