We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 16 | class Bank extends AbstractWrapper |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Defines the country code. |
||
| 20 | * |
||
| 21 | * The country code is not case sensitive. |
||
| 22 | * |
||
| 23 | * @param string $countryCode The ISO 639-1 country code. |
||
| 24 | * @param Factory $factory |
||
| 25 | */ |
||
| 26 | public function __construct($countryCode, Factory $factory = null) |
||
| 34 | } |
||
| 35 |