We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 26 | class GermanBankAccount extends AbstractRule |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @var string |
||
| 30 | */ |
||
| 31 | public $bank; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @var BAV |
||
| 35 | */ |
||
| 36 | public $bav; |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param BAV $bav |
||
| 40 | */ |
||
| 41 | public function __construct($bank, BAV $bav = null) |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return bool |
||
| 52 | */ |
||
| 53 | public function validate($input) |
||
| 57 | } |
||
| 58 |