mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fixed coding standards error
This commit is contained in:
parent
5b098af240
commit
bed76acea1
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ class Validation {
|
|||
* @return bool Success
|
||||
*/
|
||||
public static function comparison($check1, $operator = null, $check2 = null) {
|
||||
|
||||
if ((float)$check1 != $check1) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue