Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Aug 21, 2024
1 parent d0e83cc commit 864672a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 864672a

Please sign in to comment.