Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 authored and isfedorov committed Feb 4, 2023
1 parent 14e0a8c commit 10b26e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -5298,7 +5298,7 @@ public function xAck($stream, $group, $messages) {}
* $redis->xAdd('mystream', "*", ['field' => 'value'], 10, true);
* </pre>
*/
public function xAdd($key, $id, $messages, $maxLen = 0, $isApproximate = false, $nomkstream = false) {}
public function xAdd($key, $id, $messages, $maxLen = 0, $isApproximate = false, $nomkstream = false) {}

/**
* This method allows a consumer to take ownership of pending stream entries, by ID. Another
Expand Down

0 comments on commit 10b26e1

Please sign in to comment.