Skip to content

Commit

Permalink
Made change to allow for static analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Harris committed Jun 4, 2024
1 parent 45721a0 commit 36e3d59
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 36e3d59

Please sign in to comment.