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

CommentFileSizeAuthor
#2 3332671-php-8x-compatibility.patch573 bytesevamtinez

Comments

evamtinez created an issue. See original summary.

evamtinez’s picture

StatusFileSize
new573 bytes
facine’s picture

Status: Active » Fixed
Issue tags: -

fixed, thanks!

  • facine committed fee197bd on 8.x-1.x authored by evamtinez
    Issue #3332671 by evamtinez, facine: PHP 8.x compatibility
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.