From 864672ac7ef8e16722842fde212f917b1d74e989 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Wed, 21 Aug 2024 16:05:04 +0000 Subject: [PATCH] Fix code styling --- src/Application.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.