Dezső BICZÓ
Dezső BICZÓ
# Bug report This is a potential follow up on #455 which still happening from level >=6. This is just one example from this specific module but it happens in...
I am a strong advocate for type safety and the use of PHPStan in legacy projects. However, I encountered an issue stemming from the recent changes in the MinkBrowserKitDriver library,...
## Steps required to reproduce the problem Just got this report from PHPStan on my generic collection ``` 187 Parameter #2 $predicate of class loophp\iterators\FilterIterableAggregate constructor expects Closure(T, TKey, iterable):...
I like[ these handy shortcut commands](https://github.com/justafish/ddev-drupal-core-dev/commit/5fff83a88c6fe4c3771a7d85d9091e7b6e313253) introduced by this DDEV extension but I think calling PHPStan a linter is semantically incorrect, it is a static code analyzer. PHPCS is somewhere...
### Discussed in https://github.com/phpstan/phpstan/discussions/7992 Originally posted by **mxr576** September 12, 2022 I am wrapping my head around this... I know traits are weird :tm: but I tried to use a...
## Is your feature request related to a problem? The current integration for managing Apigee credentials within the Apigee Edge module (`ApigeeAuthKeyType` and `ApigeeAuthKeyInput`) is tied to project-specific decisions made...
## Is your feature request related to a problem? The current `EnvironmentVariablesKeyProvider` implementation within the Apigee Edge module is tightly coupled to project-specific decisions made over 7 years ago. It...
I was tested Buggregator's profiler via XHPROF. I use DDEV as local dev environment and I took more some time figuring out why I also get back HTTP 500 from...
Closes #92
**Is your feature request related to a problem? Please describe.** (This is also a follow up on a discussion that we had 2 years ago: https://github.com/composer/composer/discussions/11392) Several popular PHP ecosystem...