Skip to content

Commit

Permalink
Merge pull request #75 from bookboon/hotfix/filters-mistake
Browse files Browse the repository at this point in the history
Hotfix/filters mistake
  • Loading branch information
lkm committed Apr 5, 2022
2 parents 4ea7185 + ca2a3c5 commit b4a0363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.4', '8.0']
php-versions: ['7.4', '8.0', '8.1']
phpunit-versions: ['latest']

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/Book.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static function getAll(
public static function getByFilters(
Bookboon $bookboon,
array $bookTypes = [self::_OWN_TYPE],
array $filters
array $filters = []
) : BookboonResponse {
$variables = [
'bookType' => join(',', $bookTypes),
Expand Down

0 comments on commit b4a0363

Please sign in to comment.