$castIntegerToStringType
$castIntegerToStringType : bool
Whether or not integers are converted to strings when an integer is received for a string input
Default parameter validator
$castIntegerToStringType : bool
Whether or not integers are converted to strings when an integer is received for a string input
$errors : array
recursiveProcess(\GuzzleHttp\Command\Guzzle\Parameter $param, mixed $value, string $path = '', int $depth) : bool
Recursively validate a parameter
\GuzzleHttp\Command\Guzzle\Parameter | $param | API parameter being validated |
mixed | $value | Value to validate and validate. The value may change during this validate. |
string | $path | Current validation path (used for error reporting) |
int | $depth | Current depth in the validation validate |
Returns true if valid, or false if invalid
Loading…