Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvandertuijn committed Oct 2, 2024
1 parent 77e8d68 commit 582f206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
],
"require": {
"ext-bcmath" : "*",
"php": ">=7.0.0"
},
"autoload": {
Expand Down
8 changes: 0 additions & 8 deletions src/Iban.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ class Iban

/**
* To Human Friendly.
*
* @param string $iban
*
* @return string
*/
public static function toHumanFriendly(string $iban): string
{
Expand All @@ -37,10 +33,6 @@ public static function toHumanFriendly(string $iban): string

/**
* Validate.
*
* @param string $iban
*
* @return bool
*/
public static function validate(string $iban): bool
{
Expand Down

0 comments on commit 582f206

Please sign in to comment.