We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running into PHP compatibility errors on "drupal-extension/doc/_static/snippets/context-communication.inc"
Command used: phpcs vendor/drupal --standard=PHPCompatibility --runtime-set testVersion 8.1
phpcs vendor/drupal --standard=PHPCompatibility --runtime-set testVersion 8.1
13 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
14 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
Proposed solution:
Using phpcs - 3.7.1, phpcompatibility - 9.3.5 (latest versions available).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running into PHP compatibility errors on "drupal-extension/doc/_static/snippets/context-communication.inc"
Command used:
phpcs vendor/drupal --standard=PHPCompatibility --runtime-set testVersion 8.1
13 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
14 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
Proposed solution:
Using phpcs - 3.7.1, phpcompatibility - 9.3.5 (latest versions available).
The text was updated successfully, but these errors were encountered: