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.
|
protected function _parseIncludes($includes, $denyList, $allowList, ?Table $repository = null, $path = []): array |