Skip to content

Commit

Permalink
Add stub for listIds() in EmptyList response type
Browse files Browse the repository at this point in the history
  • Loading branch information
routinet committed Dec 21, 2023
1 parent e1af8fd commit b6ce1fb
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@
*/
class EmptyList extends ResponseUpdate {

/**
* {@inheritDoc}
*
* Return an empty array.
*/
public function listIds(): array {
return [];
}

}

0 comments on commit b6ce1fb

Please sign in to comment.