HypeMC

Results 60 issues of HypeMC

Currently, when requiring `symfony/panther`, Flex adds the following two lines to `phpunit.dist.xml`: ```diff + + ``` This isn't entirely correct: the `extension` tag is used for PHPUnit =10. This PR...

Closes #2956 As mentioned in [this discussion](https://github.com/doctrine-extensions/DoctrineExtensions/pull/2930#issuecomment-2902427288), the original PR seems to have introduced a few new issues: #2942, #2947, and #2955. Maybe it makes sense to revert it for...

### Environment #### Package show ``` $ composer show --latest gedmo/doctrine-extensions name : gedmo/doctrine-extensions descrip. : Doctrine behavioral extensions keywords : Blameable, behaviors, doctrine, extensions, gedmo, loggable, nestedset, odm, orm,...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | - Since #1401, `SYMFONY_DEPRECATIONS_HELPER=999999` is no longer present in Symfony >=7.3: > Could not...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | - Related to https://github.com/symfony/flex/pull/1055

Would using [symfony-tools/fabbot](https://github.com/symfony-tools/fabbot) to check the code style be a better option? As a bonus, it also runs additional checks. I copied the PR template from the Monolog bundle.

In Symfony 7.4 the `Route` attribute getters and setters [have been deprecated in favor of public properties](https://github.com/symfony/symfony/pull/61487).

The [latest version](https://github.com/Imagick/imagick/releases/tag/3.8.1) of the Imagick extension [fixes the return type](https://github.com/Imagick/imagick/pull/735) of `Imagick::getImageBlob()`, which was previously incorrectly marked as nullable. This PR updates the callmap to align with this change.

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | https://github.com/doctrine/DoctrineMigrationsBundle/pull/629

Similar to `make:listener`, this maker helps create Doctrine event or entity listeners.