Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoveLanguageModeMethodsFromTypo3QuerySettingsRector not fully migrating #3240

Closed
helsner opened this issue Jan 24, 2023 · 0 comments · Fixed by #4039
Closed

RemoveLanguageModeMethodsFromTypo3QuerySettingsRector not fully migrating #3240

helsner opened this issue Jan 24, 2023 · 0 comments · Fixed by #4039
Labels

Comments

@helsner
Copy link
Collaborator

helsner commented Jan 24, 2023

latest version

Minimal PHP Code Causing Issue

$query = $this->createQuery();
$query->getQuerySettings()->setRespectSysLanguage(false);
$query->getQuerySettings()->setLanguageOverlayMode(false);
$query->getQuerySettings()->setLanguageMode('ignore');

Expected Behaviour

The last line should be removed which does not happen

@helsner helsner added the Bug label Jan 24, 2023
sabbelasichon added a commit that referenced this issue Jan 24, 2024
sabbelasichon added a commit that referenced this issue Jan 24, 2024
* BUGFIX: Fix missing removal

Resolves: #3240

* [CI] Rector Rectify

---------

Co-authored-by: GitHub Action <action@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant