Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Dec 27, 2023
1 parent 74dadb4 commit d769323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/MongoDB/MongoDBAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ protected function configureOptions(OptionsResolver $resolver)
'filters' => [],
])
->setRequired(['collection'])
->setAllowedTypes('collection', \MongoDB\Collection::class)
->setAllowedTypes('collection', Collection::class)
->setAllowedTypes('filters', 'array')
;
}
Expand Down

0 comments on commit d769323

Please sign in to comment.