mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
Fixing missing boolean return in Validation::cc()
Fixing Validation test case to pass under PHPUnit.
This commit is contained in:
parent
625d120d74
commit
7cef278ce2
2 changed files with 21 additions and 6 deletions
|
@ -191,6 +191,7 @@ class Validation {
|
|||
return self::luhn($check, $deep);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue