Skip to content

Commit

Permalink
Update Application.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Aug 21, 2024
1 parent 64af2f3 commit 315601b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ public function allowedOrigins(): array
}

/**
* Get the interval in seconds to ping the client.
* Get the client ping interval in seconds.
*/
public function pingInterval(): int
{
return $this->pingInterval;
}

/**
* Get the activity timeout in seconds to ping the server.
* Get the activity timeout in seconds.
*/
public function activityTimeout(): int
{
Expand Down

0 comments on commit 315601b

Please sign in to comment.