Etshy

Results 26 issues of Etshy

I only saw ORM references to store token but I prefer ask in case I missed something. There is currently no way to use Doctrine ODM right ? I didn't...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary I learned about this...

Feature

Hi I downloaded the latest pre-release to test your version of foolslide and upload it to "/foolslide_chocolatkey/FoOlSlide2-2.4.0" When I go to mydomain.com/foolslide_chocolatkey/FoOlSlide2-2.4.0 I got an error page (don't install yet,...

When i run Snowrunner tool, it says there is no save yet, even though I have a save on Gamepass.

I'm upgrading a few project from Symfony 5.4 to 6.4. I first try to upgrade to Symfony 6.0 and I don't quite understand the rules about `ContainerInterface`. ```php $rectorConfig->ruleWithConfiguration(ReplaceServiceArgumentRector::class, [...

Description (screenshot): -- ![image](https://github.com/kalessil/phpinspectionsea/assets/5531204/983a8584-04e7-4be8-ac0b-9242aa555a09) This inspection shouldn't be as "aggessive" as stroke the function as since php8.0 (at least) `intval()` (and similar type casting methods) are now faster than (or...

enhancement
confirmed

## Describe the bug Some Doctrine and Symfony libraries are reported as unused. `doctrine/doctrine-migrations-bundle` : used in `bundles.php` to activate it (and in yaml file as configuration) `symfony/amqp-messenger` and `symfony/doctrine-messenger`...

# Bug Report | Subject | Details | | :------------- | :--------------------| | Rector version | last dev-main | | Installed as | composer dependency | ## Minimal PHP Code...

Follow up of the issue #13469 to (a bit late) give my opinion on it. This was about the presence in "[subscribers and locator](https://github.com/symfony/symfony-docs/blob/master/service_container/service_subscribers_locators.rst#defining-a-service-subscriber)" doc where we can still see...

DependencyInjection

The [doc](https://symfony.com/doc/current/service_container/service_subscribers_locators.html#the-autowirelocator-and-autowireiterator-attributes) about these Attributes states > To receive an iterable instead of a service locator, you can switch the [AutowireLocator](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php) attribute to [AutowireIterator](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/DependencyInjection/Attribute/AutowireIterator.php) attribute. Though these two Attributes are...

DependencyInjection