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 Apr 9, 2024
1 parent adc2f71 commit 0fb2e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Protocols/Pusher/Managers/ArrayChannelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function remove(Channel $channel): void
/**
* Get the given channel.
*/
public function channel(string $channel): Channel|null
public function channel(string $channel): ?Channel
{
return $this->channels($channel);
}
Expand Down

0 comments on commit 0fb2e03

Please sign in to comment.