Command: -
phpcs --standard=PHPCompatibility --runtime-set testVersion 7.3 docroot/sites/all/modules/contrib/views --report-full=PHP_7_3_Compatibility_contrib_views_module.log --extensions=php,inc,module -d memory_limit=512M

FILE: ...docroot/sites/all/modules/contrib/views/includes/admin.inc
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 119 | WARNING | Since PHP 7.0, functions inspecting arguments, like
     |         | func_get_args(), no longer report the original value
     |         | as passed to a parameter, but will instead provide
     |         | the current value. The parameter "$args" was used,
     |         | and possibly changed (by reference), on line 118.
----------------------------------------------------------------------

CommentFileSizeAuthor
#2 views_php7_3-3129270-2.patch654 bytesyogeshmpawar

Comments

yogeshmpawar created an issue. See original summary.

yogeshmpawar’s picture

Assigned: yogeshmpawar » Unassigned
Status: Active » Needs review
StatusFileSize
new654 bytes

Here's the patch

vuil’s picture

Status: Needs review » Reviewed & tested by the community

Works fine! Thank you.

damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed
Parent issue: » #3118500: Plan for Views 7.x-3.25

Committed, thank you.

Status: Fixed » Closed (fixed)

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