Kazadri
Kazadri
Hello; As the YamlDriver is deprecated and removed in doctrine/orm 3.0 : > User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate...
| Q | A | --------------- | ----- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets...
This is a proposition for the issues #50. This will allow to pass string to callback's args like this ```yaml args: - 'myString' - !php/const NameSpace\ClassName::CONSTANT ``` I would be...
| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...
Hi ! I noticed that the interface `FormFactoryInterface` define 6 methods, but the current stub only includes two of them. For example, in this snippet: ``` class MyService { public...