Skip to content

Commit

Permalink
Merge pull request #23 from eharris2000/2024-06-04-static-analysis-co…
Browse files Browse the repository at this point in the history
…mment-bug

Made change to allow for static analysis.
  • Loading branch information
walkor authored Jun 4, 2024
2 parents 45721a0 + 36e3d59 commit 01258d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public function connect()
* @param $topic
* @param array $options
* @param callable $callback
* @param array $callback
* @param array $properties
*/
public function subscribe($topic, array $options = array(), $callback = null, $properties=[])
{
Expand Down

0 comments on commit 01258d4

Please sign in to comment.