PHP Static Analysis Tool - discover bugs in your code without running it!
Integrate Doctrine ORM into the SonataAdminBundle
Hi @Schrank, thanks for your PR.
Seems like the current tests are failing with your changes, so i'm not sure it works. Can you take a look ?
Also it would be nice to add a test with a reserved keyword in order to confirm it solve the issue and avoid a regression later.
| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #... | License | MIT | Doc PR | symfony/symfony-docs#...
Symfony seems to almost always using namespaced Exception rather than default one. This is useful:
But the ConstraintViolationList was throwing the PHP OutOfBounds exception even if a namespaced one exists for Validator component. This PR is BC and change this.
DevKit updates for 4.x branch (#8038)
DevKit updates for 4.x branch (#906)
Use https for doctrine xml xsd (#1672)
Should be pedantic.
So... you did nothing and now it works ?
Fix MongoDB ODM Mapping (#903)
I am targeting this branch, because it should be bc.
### Fixed
- Fix xml validation of MongoDB ODM mapping.
- Avoid deprecation for enabled boolean field on MongoDB ODM.
Avoid deprecation for boolean on MongoDB ODM (#2374)
I am targeting this branch, because this is Bc.
### Fixed
- Deprecation for boolean field on MongoDB ODM.
Use "https" scheme and fix some domains in URLs (#2378)