globalcitizen / php-iban

Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.
GNU Lesser General Public License v3.0
475 stars 110 forks source link

PHP 7.4: The array and string offset access syntax using curly braces is deprecated #86

Closed bwurst closed 5 years ago

bwurst commented 5 years ago

When using php-iban with PHP 7.4 beta I get this errors:

Deprecated: Array and string offset access syntax with curly braces is deprecated in php-iban.php on line 737 Deprecated: Array and string offset access syntax with curly braces is deprecated in php-iban.php on line 738 Deprecated: Array and string offset access syntax with curly braces is deprecated in php-iban.php on line 741

Please simply replace them with square braces, this is the preferred syntax.

globalcitizen commented 5 years ago

Thanks for pointing this out. Happy to accept a pull request.

bwurst commented 5 years ago

Done so. See #87

globalcitizen commented 5 years ago

Thanks!