jschaedl / iban-validation

:bank: A small library for validating International Bank Account Numbers (IBANs)
MIT License
88 stars 19 forks source link

unexpected T_CONST #26

Closed jhernandis closed 4 years ago

jhernandis commented 4 years ago

Hi, I'm using PHP 7.1.33 and with the last composer update I started to get the next error message:

PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in vendor/jschaedl/iban-validation/src/Iban.php on line 21

Are a fault of me?

Thanks.

jhernandis commented 4 years ago

Sorry!!!! Was my fault!