Morgan Abraham
Morgan Abraham
Adding php-rql multiple (>2) arguments support for the following API functions: - rOr - rAnd - contains Plus a few enhancements for PSR-2 support.
Not testing if $val is a string before testing if it is a subclass can cause autoloader class to abnormally load a class which match string value in include directory.
Hello, the contains function from the php-rql driver only supports one argument, but the JS driver supports multiples arguments. Plus, the rAnd function should also support multiple arguments, like the...
This PR aims to make Guzzle optionnal, as we wish not to use Guzzle on our projets, and only work with one Http Client, to only maintain one client configuration....