forked from LiveCarta/PayPal-PHP-SDK
[PSR] Fixed library source
- Using `php-cs-fixer` tool.
This commit is contained in:
@@ -21,7 +21,6 @@ class NumericValidator
|
||||
{
|
||||
if (trim($argument) != null && !is_numeric($argument)) {
|
||||
throw new \InvalidArgumentException("$argumentName is not a valid numeric value");
|
||||
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user