From 91658679edce80ef41dbee9bb0c3cdc9f2a81605 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Mon, 8 Jul 2024 11:31:25 -0700 Subject: [PATCH] alphabetize standards --- README.md | 4 ++-- example/phpcs.xml.dist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 018a3eb..eb275f3 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Rules are split into rulesets according to the project *framework* and *audience There are four permutations of these guidelines, leading to four rulesets to choose from: -* [AcquiaPHP](src/Standards/AcquiaPHP/ruleset.xml) is based on PSR-12 and is intended for use on all public non-Drupal projects. -* [AcquiaPHPStrict](src/Standards/AcquiaPHPStrict/ruleset.xml) is based on AcquiaPHP and adds additional, more opinionated standards. It is intended for use on all internal, non-Drupal projects. * [AcquiaDrupal](src/Standards/AcquiaDrupal/ruleset.xml) is based on the Drupal coding standard and is intended for use on all public Drupal projects. * [AcquiaDrupalStrict](src/Standards/AcquiaDrupalStrict/ruleset.xml) is based on AcquiaDrupal and adds the more opinionated DrupalPractice standard. It is intended for use on all internal Drupal projects. +* [AcquiaPHP](src/Standards/AcquiaPHP/ruleset.xml) is based on PSR-12 and is intended for use on all public non-Drupal projects. +* [AcquiaPHPStrict](src/Standards/AcquiaPHPStrict/ruleset.xml) is based on AcquiaPHP and adds additional, more opinionated standards. It is intended for use on all internal, non-Drupal projects. There is one additional ruleset intended to maintain backwards compatibility between major releases: diff --git a/example/phpcs.xml.dist b/example/phpcs.xml.dist index 91fcea8..47dd8a1 100644 --- a/example/phpcs.xml.dist +++ b/example/phpcs.xml.dist @@ -7,10 +7,10 @@ - - + +