Skip to content

Commit

Permalink
Fixed phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mussulis committed May 20, 2024
1 parent b026adb commit c2d80d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,7 @@ public function __call($name, $args)

if ($this->isMulti) {
$execResponse = array_pop($response);
if(!empty($execResponse))
{
if(!empty($execResponse)) {
foreach ($queuedResponses as $key => $command) {
list($name, $arguments) = $command;
$response[] = $this->decode_reply($name, $execResponse[$key], $arguments);
Expand Down

0 comments on commit c2d80d1

Please sign in to comment.