Skip to content

Commit

Permalink
fixed for faling test case
Browse files Browse the repository at this point in the history
  • Loading branch information
amber0612 committed Jul 20, 2022
1 parent cd3e135 commit d0b2dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDK/Common/Util/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ function isEmpty(iterable $list)
return true;
}

return false;
return empty($list);
}

0 comments on commit d0b2dc5

Please sign in to comment.