-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
[TASK] PHP 8: Reduce PHP related warnings #3535
Comments
3l73
added a commit
to 3l73/ext-solr
that referenced
this issue
Mar 6, 2023
Verify that the record is not null before access the page id. Resolves: TYPO3-Solr#3535
3l73
added a commit
to 3l73/ext-solr
that referenced
this issue
Mar 6, 2023
PHP 8 seems to have an issue with the short syntax in case the array is accessed with a variable. Resolves: TYPO3-Solr#3535
3l73
added a commit
to 3l73/ext-solr
that referenced
this issue
Mar 7, 2023
Verify that the record is not null before access the page id. Resolves: TYPO3-Solr#3535
dkd-friedrich
pushed a commit
that referenced
this issue
Mar 7, 2023
Verify that the record is not null before access the page id. Resolves: #3535
dkd-friedrich
pushed a commit
that referenced
this issue
Mar 7, 2023
Verify that the record is not null before access the page id. Resolves: #3535
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What should be done in the scope of this task?
On TYPO3 installations using PHP 8 the extensions produce warnings in case the accessed variables are not defined or did not match the expected type.
In order to reduce the log messages the following code lines should be adjusted:
The text was updated successfully, but these errors were encountered: