I was facing the same issue as @Dubs.
I resolved it by downgrading my PHPCS f...

Contribution Date
Technology
Contribution Project
Contribution Details

I was facing the same issue as @Dubs.

I resolved it by downgrading my PHPCS from 3.0 to 2.7.0.

Below mentioned is my global composer JSON.

{ "require": { "drupal/console": "@stable", "drush/drush": "8.*", "squizlabs/php_codesniffer": "2.7.0", "drupal/coder": "^8.2" } }
Contribution Author
Files count
0
Patches count
0