Skip to content

Commit

Permalink
replace squiz repo reference with the new standard repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Dec 2, 2023
1 parent ac78a24 commit eab3306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/core/phpcs/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function php_codesniff_setup() {

# PHP_CodeSniffer (for running WordPress-Coding-Standards)
# Sniffs WordPress Coding Standards
vvv_info " * [PHPCS]: Provisioning PHP_CodeSniffer (phpcs), see https://github.com/squizlabs/PHP_CodeSniffer"
vvv_info " * [PHPCS]: Provisioning PHP_CodeSniffer (phpcs), see https://github.com/PHPCSStandards/PHP_CodeSniffer"

noroot mkdir -p /srv/www/phpcs
noroot cp -f "/srv/provision/core/phpcs/composer.json" "/srv/www/phpcs/composer.json"
Expand Down

0 comments on commit eab3306

Please sign in to comment.