We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
6 | class BankAccount extends AbstractWrapper |
||
7 | { |
||
8 | /** |
||
9 | * Defines the country code and bank. |
||
10 | * |
||
11 | * The country code is not case sensitive. |
||
12 | * |
||
13 | * @param string $countryCode The ISO 639-1 country code. |
||
14 | * @param string $bank The bank. |
||
15 | * @param Factory $factory |
||
16 | */ |
||
17 | 2 | public function __construct($countryCode, $bank, Factory $factory = null) |
|
25 | } |
||
26 |