We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a87558 commit f03a90bCopy full SHA for f03a90b
src/Services/BankService.php
@@ -15,7 +15,7 @@ class BankService extends BaseService
15
* @return Bank[]
16
* @throws \GuzzleHttp\Exception\GuzzleException
17
*/
18
- public function retrieveAll(AccessToken $token)
+ public function retrieveAll(AccessToken $token): array
19
{
20
$response = $this->get('banks', [
21
RequestOptions::HEADERS => [
0 commit comments