Louis Linehan
Louis Linehan
Yes, thats what I need. I have the config working on all the unique files but it'll be back to the old find and replace on folders for now then...
@peritus No not in the folders names, this is for a website so the version is in the header doc blocks of each php and js file and in a...
> Are there any other examples of these nested deepObjects outside of Express? The more widespread a pattern, the more likely it is to be considered. Myself, I have an...
Not API specific, but jQuery can generate nested array url params from objects. http://api.jquery.com/jquery.param/
> param1=%7B%22name%22%3A%22ivan%22%2C%22birthdate%22%3A%7B%22gte%22%3A%221970-01-01%22%7D%2C%22numbers%22%3A%5B5%2C10%5D%7D That's pretty much the same as defining param1 as a string then decoding and objectifying the string which is how I'm getting around the issue for now. The...
You are probably passing it a string "4" instead of numeric 4. That was my problem.
Thanks for the reply and explanation. I had a quick look at the code but I think I'd have to sink some time into it to get to grips with...
I've had to reopen the job where I was having this issue to make some changes. I've updated from 2.3.4 to 4.0.4 and the validation time was really fast so...
Can you please paste me a simplified example of the original file so I can create a unit test for it?
Thanks for the report, I'll have to look into the PHP Codesniffer core for this one I think.