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 Bank extends AbstractWrapper |
||
7 | { |
||
8 | /** |
||
9 | * Defines the country code. |
||
10 | * |
||
11 | * The country code is not case sensitive. |
||
12 | * |
||
13 | * @param string $countryCode The ISO 639-1 country code. |
||
14 | * @param Factory $factory |
||
15 | */ |
||
16 | 2 | public function __construct($countryCode, Factory $factory = null) |
|
24 | } |
||
25 |