Skip to content

Commit f03a90b

Browse files
author
Liam Jackson
committed
wip
1 parent 2a87558 commit f03a90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/BankService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class BankService extends BaseService
1515
* @return Bank[]
1616
* @throws \GuzzleHttp\Exception\GuzzleException
1717
*/
18-
public function retrieveAll(AccessToken $token)
18+
public function retrieveAll(AccessToken $token): array
1919
{
2020
$response = $this->get('banks', [
2121
RequestOptions::HEADERS => [

0 commit comments

Comments
 (0)