It's easy for querystring parameters to accidentally include whitespace (via copy / paste etc.) which can make it hard to debug. This would be easily checked for in this function and a message to that effect (i.e. whitespace found in include string) added.
It's easy for querystring parameters to accidentally include whitespace (via copy / paste etc.) which can make it hard to debug. This would be easily checked for in this function and a message to that effect (i.e. whitespace found in include string) added.
https://github.com/FriendsOfCake/crud-json-api/blob/0d8856ea413694a92e3de521aff78585ed2cae54/src/Listener/JsonApiListener.php#L366