From ff8fd8bb847e563759c8295f4421f93233412d05 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 19 Apr 2021 12:46:47 +0100 Subject: [PATCH] Adapt PHPCS ruleset --- composer.json | 2 +- phpcs.xml.dist | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ff04f56..60b1a39 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "wp-cli/profile-command", "type": "wp-cli-package", "description": "Quickly identify what's slow with WordPress.", - "homepage": "https://runcommand.io/wp/profile/", + "homepage": "https://github.com/wp-cli/profile-command/", "license": "MIT", "authors": [], "require": { diff --git a/phpcs.xml.dist b/phpcs.xml.dist index e756128..b5316ad 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,5 +1,5 @@ - + Custom ruleset for WP-CLI profile-command