Javier Spagnoletti
Javier Spagnoletti
## Subject I am targeting this branch, because this change respects BC. Reproducer: ```php // src/Entity/User.php public function getFullname(): string { return $this->firstname.' '.$this->lastname; } ``` ```php // src/Admin/UserSettingsAdmin.php $listMapper->add('user',...
| Q | A | | --- | --- | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations?...
## Subject Introduce value formatters. See https://github.com/sonata-project/exporter/issues/293#issuecomment-1774071438. I am targeting this branch, because these changes should respect BC. Closes #293. ## Changelog ```markdown ### Added - `Sonata\Exporter\Formatter\BoolFormatter`, `Sonata\Exporter\Formatter\DateIntervalFormatter`, `Sonata\Exporter\Formatter\DateTimeFormatter`, `Sonata\Exporter\Formatter\EnumFormatter`,...
This way, we make explicit the behavior and avoid the false expectation of returning `true` on success.
| Q | A |------------- | ----------- | Type | bug | Fixed issues | n/a #### Summary Related to #6006. BTW, I think we should rename `known-vendor-issues.rst` to something...
### Feature Request | Q | A |------------ | ------ | New Feature | kinda | RFC | yes #### Summary Revert #447 and restore PDO support for IBM DB2....
- [ ] This is a bug report - [x] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior Warning about...
This PR also addresses changes from previous PRs: - #739; - #727. Please, be aware that I'm not currently using this package, but these changes are required to allow `symfony/*:...
The result of this call is not being used, so I guess if its purpose may be cache hydration or something similar: https://github.com/doctrine-extensions/DoctrineExtensions/blob/7493440008419ab1740e4263de6162abfe3b8753/src/Mapping/MappedEventSubscriber.php#L157 IMO, we should add a comment if...