Skip to content

Commit

Permalink
Don't use PHP 8.3 const type declaration (for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-kvashnin committed Mar 27, 2024
1 parent 931ad16 commit d5aefd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/IbanValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
final class IbanValidation
{
private const array LENGTH = [
private const LENGTH = [
'AD' => 24,
'AE' => 23,
'AL' => 28,
Expand Down

0 comments on commit d5aefd2

Please sign in to comment.