Problem/Motivation
PHPCS shows an error when checking compatibility with PHP 8.x
FILE: /var/www/html/docroot/modules/contrib/commerce_reactions/src/Plugin/CommerceReaction/SendEmail.php
--------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------
238 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly
| | braces to remove ambiguity.
--------------------------------------------------------------------------------------------------------------------------------------------------
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3332671-php-8x-compatibility.patch | 573 bytes | evamtinez |
Comments
Comment #2
evamtinezComment #3
facine commentedfixed, thanks!