Marcel Thole
Marcel Thole
Hey, i found the following problem that is not covered by deptrac yet. If a class uses a other class without a `use` statement in the current class, the dependency...
a new try to resolve #449 See also #454 as base POC pull request The following cases are not resolved: - [ ] test with multiple return types - [...
| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | maybe | New Feature | no | RFC | no |...
It's nice to see the work for the OpenAPI 3.1 standard. I think a big part are the deprecated fields or type changes like: - The nullable keyword has been...
hey, maybe this could work and improve the perfomance for the use case in #156. Here is a simple repo script: ```php
**IS** - The repository https://github.com/Mermade/openapi3-examples has changes in the directory structure. - the current composer.json references the `master` branch as 1.0.0 version - in #107 a fix was applied to...
| Q | A |-------------- | ------ | BC Break |no ### Description This is the preparation PR for the release of https://github.com/laminas/laminas-validator/tree/3.0.x As far as i see there aren't...
hey, i have a new feature proposal for changing the method signature for `Doctrine\ORM\QueryBuilder::setParameters` from the array type from Doctrine ORM 2.x to the ArrayCollection with Parameter type of ORM...
Additional checks to #326