cloudcreativity / json-api

Framework agnostic JSON API serialisation and deserialisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unrecognised Parameters Validator

lindyhopchris opened this issue · comments

Create a parameters checker that allows an ValidatorInterface class to be set to validate unrecognised parameters.

The parameters checker should also allow certain parameters to be ignored e.g. XDEBUG_SESSION_START when calling ParametersInterface::isEmpty()

Not sure this is required - created issue on neomerx/json-api about unrecognised parameters.

No longer required - neomerx/json-api v0.6.2 modifies checking of unrecognised parameters.