michalananapps
michalananapps
### Bug report I found false positive reporting of `Comparison operation ">" between int and 0 is always true.` on arrays in cases when they are emptied by unsets. It...
## Changes in this pull request Migrating Symfony\Component\Routing\Annotation\Route to attributes ## Additional info Migrating annotations from Symfony\Component\Routing\Annotation\Route to attributes has several advantages, which can make project cleaner, more modern, and...
## Changes in this pull request Resolves #17696 ## Additional info The file models/Document/Editable/Date.php requires a temporary workaround due to Carbon deprecating the formatLocalized method. Once support for the outputFormat...
## Changes in this pull request Resolves #17690 ## Additional info The doctrine/collections dependency is not necessary as its classes are only used for instanceof checks. The current version constraint...
### Improvement description **Description:** I kindly request an upgrade of the `doctrine/collections` dependency in the `composer.json` file to versions `^1.6.8 || ^2.0`. This upgrade is necessary to ensure compatibility with...
### Symfony version(s) affected 6.4..14 ### Description When using the Symfony Scheduler component in a stateful configuration with a Doctrine DBAL lock, an exception is thrown due to an invalid...