mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
run phpcs
This commit is contained in:
@@ -102,7 +102,7 @@ class FireflyValidator extends Validator
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
public function validateBic(mixed $attribute,mixed $value): bool
|
||||
public function validateBic(mixed $attribute, mixed $value): bool
|
||||
{
|
||||
$regex = '/^[a-z]{6}[0-9a-z]{2}([0-9a-z]{3})?\z/i';
|
||||
$result = preg_match($regex, $value);
|
||||
|
Reference in New Issue
Block a user