Before: ```php dump($object); $object->method(); ``` After: ```php dump($object)->method(); ``` See https://github.com/symfony/symfony/pull/24280