I discovered this error with PHP_CodeSniffer :

FILE: ...sub/source/deploy/modules/contrib/migrate/includes/migration.inc
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1265 | 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.
----------------------------------------------------------------------

CommentFileSizeAuthor
#2 migrate-2952239-2.patch23.04 KBpifagor
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thepayalshetty created an issue. See original summary.

pifagor’s picture

Version: 7.x-2.8 » 7.x-2.x-dev
Status: Active » Needs review
FileSize
23.04 KB

Your issue is corrected in version 7.x-2.x (dev version), but I fixed all occurrences.

  • pifagor committed 5ae5e25 on 7.x-2.x
    Issue #2952239 by pifagor, thepayalshetty: PHP7 Error : Indirect access...
pifagor’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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