boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

PHP 7 compatibility #563

Closed boonebgorges closed 7 years ago

boonebgorges commented 7 years ago

I got the following report via email:

—————————————

FILE: /nas/content/staging/chnstage/wp-content/plugins/buddypress-docs/includes/query-builder.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
 521 | ERROR | 'clone' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
-------------------------------------------------------------------------------------------------------------------------
boonebgorges commented 7 years ago

This is just an overly-fussy linter. I'll change the syntax to be more compliant.