fixed coding standards error

This commit is contained in:
Yasushi Ichikawa 2015-11-29 23:37:07 +09:00
parent 5b098af240
commit bed76acea1

View file

@ -231,7 +231,6 @@ class Validation {
* @return bool Success
*/
public static function comparison($check1, $operator = null, $check2 = null) {
if ((float)$check1 != $check1) {
return false;
}