Jordi Boggiano
Jordi Boggiano
# Bug report (continuation from https://github.com/phpstan/phpstan-src/pull/1318/files#r886790778) ### Code snippet that reproduces the problem It does error already with the code copied 1:1 from the test suite https://github.com/phpstan/phpstan-src/blob/a6a4df610fc3c03bcaef9aaad87fef6b1e4f3978/tests/PHPStan/Analyser/data/bug-7094.php https://phpstan.org/r/a24d7d2c-1b2b-4927-a446-21b702eb2499 - I...
# Bug report Somewhat related to https://github.com/phpstan/phpstan/issues/6119 but a different issue. Could be caused by https://github.com/phpstan/phpstan/issues/5627 I'm not sure. ### Code snippet that reproduces the problem https://phpstan.org/r/e19166e3-b9c5-4172-bbec-8fde5c73dc74 ### Expected output...
https://github.com/Seldaek/monolog/pull/1587 did some hackery: - removed rollbar/rollbar from require-dev, this should be rolled back when https://github.com/rollbar/rollbar-php/pull/536 is merged, and rollbar should be removed from phpstan.neon - inlined psr/log's LoggerInterfaceTest, when...
Missing handlers: - [x] mongodb - [ ] couchdb / doctrinecouchdb - [x] elasticsearch / elastica - [ ] dynamodb - [x] syslogd - [x] loggly - [x] browserconsole (might...
Context: I am currently migrating a project to the experimental AuthenticationManager as well as using this bundle instead of a homegrown 2fa solution. We do have an API with an...
fixes #264
When you pass a variable getOption($optName) and $optName is a set of multiple string literals, it should still be possible to resolve the type(s). It seems fairly easy to tweak...
It'd be great if the model names feature (https://symfony.com/bundles/NelmioApiDocBundle/current/alternative_names.html) would let one customize the title and description of every model. Right now if you define several they all have the...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
This is a post-mortem of an issue I hit yesterday on Packagist. I did a lot of reading of the Doctrine cache code in the process of understanding exactly what...