We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest version
$query = $this->createQuery(); $query->getQuerySettings()->setRespectSysLanguage(false); $query->getQuerySettings()->setLanguageOverlayMode(false); $query->getQuerySettings()->setLanguageMode('ignore');
The last line should be removed which does not happen
The text was updated successfully, but these errors were encountered:
BUGFIX: Fix missing removal
60e6d5f
Resolves: #3240
[BUGFIX]: Fix missing removal (#4039)
6f5de39
* BUGFIX: Fix missing removal Resolves: #3240 * [CI] Rector Rectify --------- Co-authored-by: GitHub Action <action@github.com>
Successfully merging a pull request may close this issue.
latest version
Minimal PHP Code Causing Issue
Expected Behaviour
The last line should be removed which does not happen
The text was updated successfully, but these errors were encountered: