Validator calls
In
ParamFetcher.php
line ():
No violations
[ "value" => [ "moduleName" => "coach" "population" => 1 ] "constraints" => [ App\Validator\Constraints\FilterConstraint {#2330 +payload: null +groups: [ "Default" ] +fields: [ "id" => true "population" => true "state" => true "moduleName" => true "generationDate" => true ] } ] "groups" => null ]
In
ParamFetcher.php
line ():
No violations
[ "value" => [ "generationDate" => "desc" ] "constraints" => [ App\Validator\Constraints\SortConstraint {#2400 +payload: null +groups: [ "Default" ] +fields: [ "id" => true "population" => true "state" => true "moduleName" => true "generationDate" => true ] } ] "groups" => null ]
In
ParamFetcher.php
line ():
No violations
[ "value" => "10" "constraints" => [ Symfony\Component\Validator\Constraints\Range {#2404 +payload: null +groups: [ "Default" ] +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 1 +minPropertyPath: null +max: 1000 +maxPropertyPath: null } ] "groups" => null ]
In
ParamFetcher.php
line ():
No violations
[ "value" => "0" "constraints" => [ Symfony\Component\Validator\Constraints\Range {#2409 +payload: null +groups: [ "Default" ] +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 0 +minPropertyPath: null +max: null +maxPropertyPath: null } ] "groups" => null ]