-
Lorsque l'on clique sur un lien dans un dropdown, ça ferme le dropdown au lieu de cliquer le lien.
-
**Symfony version(s) affected**: 5,2
**Description**
I just updated a project to 5.2 and encountered problems with my yaml configuration files.
Configs that did work before are not failing w…
-
a lot of libraries have enum classes that are only contants bags (eg: https://github.com/Mangopay/mangopay2-php-sdk/blob/master/MangoPay/EventType.php or https://github.com/symfony/http-kernel/blob/ma…
-
Im using this Enum class in an api-platform project. In the new release, the fieldType is added to the setParameter method of the QueryBuilder e.g.
```
$queryBuilder
->andWhere(spri…
-
Hi,
when using the JSDumper the generated import path is not valid. Test "testDumpEnumToFIle" is also failing because the expectedImportPath is e.g. "'../../lib/enum', but the acutal result is '../…
-
See: https://github.com/hirak/prestissimo
nervo updated
4 years ago
-
In our project, the release is made by the CI with PHP 7.4. The dependencies are installed before being pushed to the production/staging server which actually runs PHP 7.1.
Since Composer v2.1.…
-
Extending SimpleChoiceEnum without implementing the `choices()` method will result in a PhpCsFixer alert message:
```
'App\MyEmum' does not implement method 'choices'
```
The issue seems to be…
-
Hi
a section on "'how to use with easy admin" could be nice when editing entities inside easy admin bundle.
-
Hi.
In the validator component, the docs say you can use callback of choice but the constructor of [Elao\Enum\Bridge\Symfony\Validator\Constraint](https://github.com/Elao/PhpEnums/blob/d9744c14cbaf…