phpList / core

This module is the core of phpList 4. Join discussion at the community forum: https://discuss.phplist.org/
https://www.phplist.org
GNU Affero General Public License v3.0
86 stars 28 forks source link

Remove not existing Squiz.PHP.ForbiddenFunctions #294

Closed xh3n1 closed 6 years ago

xh3n1 commented 6 years ago

Fixes the following error message on current master:

$ echo; echo "Running PHP_CodeSniffer"; vendor/bin/phpcs --standard=config/PhpCodeSniffer/ bin/ src/ tests/ public/;
Running PHP_CodeSniffer
ERROR: Referenced sniff "Squiz.PHP.ForbiddenFunctions" does not exist
Run "phpcs --help" for usage information
The command "echo; echo "Running PHP_CodeSniffer"; vendor/bin/phpcs --standard=config/PhpCodeSniffer/ bin/ src/ tests/ public/;
" exited with 3.

There is still another error on master which I will fix in another PR.

Compare also the error output of https://travis-ci.org/phpList/core/jobs/395079478 with https://travis-ci.org/phpList/core/jobs/395081943