Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Apr 15, 2024
1 parent 53e91c5 commit 2980870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Protocols/Pusher/Contracts/ChannelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function all(): array;
public function find(string $channel): ?Channel;

/**
* Determine whether the channel exists.
* Determine whether the given channel exists.
*/
public function exists(string $channel): bool;

Expand Down
2 changes: 1 addition & 1 deletion src/Protocols/Pusher/Managers/ArrayChannelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function find(string $channel): ?Channel
}

/**
* Determine whether the channel exists.
* Determine whether the given channel exists.
*/
public function exists(string $channel): bool
{
Expand Down

0 comments on commit 2980870

Please sign in to comment.