Stephan Wentz
Stephan Wentz
We just switch to doctrine/coding-standard 10.x, which enforces explicit types, like `?string`=> `string|null`. After the switch (and the code fix) ergebnis/phpstan-rules doesn't recognize these anymore, it says `Ignored error pattern...
### Version(s) affected 3.2.8 ### Description Is there a way to disable the data collectors in dev? ### How to reproduce For example composer install with APP_ENV=dev, it will trigger...
Test cases for #646
I'm having problems with imagick and in-memory-streams on PHP 8.3. Here are two test cases, one with in-memory-stream, which results in an error, one with a file-stream, this one works...
``` /** * Retrieve last error from libxml. * * @return \LibXMLError Returns a LibXMLError object if there is any error in the * buffer, FALSE otherwise. * @throws LibxmlException...
As mentioned in #23, with the console events from symfony 2.3 there is no need to replace the console application. Instead of using --jms-job-id the RunCommand now sets an env...
Why is the replacement of the standard console application needed? This leads to several disadvantages, for example that a database connection is always created on execution of app/console. Wouldn't it...
Hi, gentle-force looks good! Will you add support for other storage engines than Redis? Other libraries support doctrine cache, apc, and the likes.
## Is your feature request related to a problem? The problem is that in long running projects there will be a lot of ignores that might be outdated, because rulesets...
It seems like `exception_to_status` and monolog's `excluded_http_codes` in the fingers crossed handler don't work together. We have mapped a `ItemNotFound` exception to 404 in `exception_to_status`, and we have excluded 404's...