Alexandre Quercia
Alexandre Quercia
| Q | A | | --- | --- | | Bug fix? | no | | New feature? | no | | BC breaks? | yes | | Deprecations?...
Hi, Firstly, thanks for this great Vim plugin. Look at the documentation to see the details. Tested on VIM 8.1 In order to add proof that the code work as...
Hi, Firstly, thanks for this great Vim plugin. Be curious regarding issue #31 Note: I personally never used extract method on static method. --- ### Before ```php public static function...
Goal ---- * Removes all side work for contributors that do not provide any value, except effective improvements * Provide the same testing environment for everyone. * Help contributors to...
Hello folks, At the end of the discussion of the issue #102 symfony1 and doctrine1 has been moved to the organization. Now the organization have to grow in order to...
Throwables were introduced since PHP 7. http://php.net/manual/en/class.throwable.php Now `lime_test::handle_exception()` method works properly with any `Exception` and `Error` instances. This fix the backward compatibility breaking changes introduce on: 5ea8d656 exception_handler signature...
Fixes: #199 - [x] Add pages with status codes 200, 203, 300, 301, 302, 404, 410 to cache. - [x] Add to cache response from HEAD method request.
The view cache work well but suffer of a limitation in order to be compatible with [HTTP specifications][0] about cacheable status codes and methods. Expected ---- * On Symfony4 pages...
This bug provide a different behaviour than Doctrine1: https://github.com/LExpress/doctrine1/blob/v1.3.6/lib/Doctrine/Import/Schema.php#L330 How to reproduce? ------------------------ ```yml connection: doctrine options: charset: utf8 Foo: options: symfony: form: false ``` Expected ----------- ```yml Foo: connection:...
Hello, Now the day there are more and more PHP 8 projects. It may be good to analyse them too. What have been done here ? ------------------- * Add `bin/test`...