johanadivare

Results 7 issues of johanadivare

When you have a scroll bar for both horizontal and vertical scrolling like on https://ux.symfony.com/notify for block `src/Controller/NotifierController.php` the horizontal scroll balk is shown on the bottom of the block,...

When i have a `setDescription` in my `configure` function it is not moved to static property for https://github.com/rectorphp/rector-symfony/blob/main/docs/rector_rules_overview.md#makecommandlazyrector and not moved when i enable https://github.com/rectorphp/rector-symfony/blob/main/docs/rector_rules_overview.md#commandpropertytoattributerector

# Bug Report CommandPropertyToAttributeRector is not setting `aliases` and `hidden` in `AsCommand` attribute | Subject | Details | | :------------- | :--------------------| | Rector version | last dev-main | |...

With https://github.com/rectorphp/rector-symfony/blob/main/docs/rector_rules_overview.md#consoleexecutereturnintrector we got explicit return type int but it is even nicer to use Symfony Command constants they also use it as example in there documentation see https://symfony.com/doc/current/console.html#creating-a-command Example:...

**Describe the bug** I have my `asset_path` configured to a different folder now with the recent changes: https://github.com/helios-ag/FMElfinderBundle/pull/493 i breaks it probably was already broke before this fix. Some more...

Make sure to write a custom rule for this as return type has changed more information can be found on the [symfony pull request](https://github.com/symfony/symfony/pull/39020) Some more info https://github.com/rectorphp/rector-symfony/pull/283

When i use `DOCTRINE_COLLECTION_22` it will replace my `Doctrine\\Common\\Collections\\Criteria::DESC` to Doctrine\\Common\\Collections\\Order::DESC` but this causes the following error: `TypeError: Doctrine\ORM\QueryBuilder::orderBy(): Argument #2 ($order) must be of type ?string, Doctrine\Common\Collections\Order given, called...