Andreas Braun

Results 56 issues of Andreas Braun

**Describe the feature** With https://github.com/shivammathur/setup-php/pull/399, it becomes possible to install an extension from source, e.g. by specifying `extensions: mongodb-mongodb/[email protected]`. The same works for commit hashes and branches, but this interferes...

enhancement

I've initially mentioned this in Sylius/Sylius#7547 but wanted to get it out into its own ticket. When submitting a form with no data given, the forms `empty_data` closure creates the...

This was previously reported in #202 and #221. An example from Doctrine MongoDB ODM: ``` /** * Factory for returning new PersistenceBuilder instances used for preparing data into * queries...

Enhancement

This sniff would compare to `SlevomatCodingStandard.Arrays.TrailingArrayCommaSniff` and require a trailing comma on each line of a multi-line annotation. The idea is to reduce the diff size when adding a new...

Enhancement

Currently, this bundle is used to configure both `doctrine/dbal` and `doctrine/orm`. This can cause issues for people only wanting to use DBAL without ORM (for example https://github.com/symfony/recipes/issues/428). This could be...

Ready to work on

MongoDB ODM 2.0 introduces schema validation for ODM mapping files. This means that any mapping file containing gedmo extensions will be considered invalid by ODM. ORM used to have an...

Bug
Still Relevant

Originally reported as https://github.com/slevomat/coding-standard/issues/563 but impossible to implement there. The idea is to ensure that `final` classes don't contain any **new** `protected` members. Such members can be made `private` because...

I saw this while trying to figure out https://github.com/doctrine/DoctrineBundle/issues/848. In this case, the autoloader was called to load a proxy for a mapped superclass. Since the file didn't exist, the...

Bug

When adding the `excluded` option to the Symfony command in https://github.com/doctrine/DoctrineFixturesBundle/pull/289, a couple of questions came up with respect to how this is supposed to handle duplicate key constraints in...

## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | x.y.0 | | BC Break? | Not sure | ### Goal Consider branch names...

RFC