diff --git a/.gitattributes b/.gitattributes
index 0499d838..19001f84 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,7 +5,6 @@
/.phive/ export-ignore
/CODE_OF_CONDUCT.md export-ignore
/config/ export-ignore
-/phpcs.xml export-ignore
/phpunit.xml export-ignore
/psalm.baseline.xml export-ignore
/psalm.xml export-ignore
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d7d379fe..1160c655 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -126,7 +126,6 @@ jobs:
- fixer
- md
- psalm
- - sniff
php-version:
- '8.2'
@@ -159,7 +158,7 @@ jobs:
run: composer install --no-progress
- name: Install development tools
- run: phive --no-progress install --trust-gpg-keys 0FDE18AE1D09E19F60F6B1CBC00543248C87FB13,BBAB5DF0A0D6672989CF1869E82B2FB314E9906E,A972B9ABB95D0B760B51442231C7E470E2138192,9882DD2B38813C08EA651B69A4E55EA12C7C085C,2DE50EB60C013FFFA831040D12CE0F1D262429A5
+ run: phive --no-progress install --trust-gpg-keys 0FDE18AE1D09E19F60F6B1CBC00543248C87FB13,BBAB5DF0A0D6672989CF1869E82B2FB314E9906E
- name: Run Command
run: composer ci:php:${{ matrix.command }}
diff --git a/.phive/phars.xml b/.phive/phars.xml
index 1aaf2e19..77bf00a0 100644
--- a/.phive/phars.xml
+++ b/.phive/phars.xml
@@ -2,7 +2,6 @@
-
diff --git a/composer.json b/composer.json
index aa2b201a..c51f505e 100644
--- a/composer.json
+++ b/composer.json
@@ -83,11 +83,9 @@
"ci:php:lint": "\"./vendor/bin/parallel-lint\" config src tests",
"ci:php:md": "\"./.phive/phpmd\" src text config/phpmd.xml",
"ci:php:psalm": "\"./.phive/psalm\" --show-info=false",
- "ci:php:sniff": "\"./.phive/phpcs\" config src tests",
"ci:static": [
"@ci:composer:normalize",
"@ci:php:lint",
- "@ci:php:sniff",
"@ci:php:fixer",
"@ci:php:md",
"@ci:php:psalm"
@@ -111,7 +109,6 @@
"ci:php:lint": "Lints the PHP files for syntax errors.",
"ci:php:md": "Checks the code complexity with PHPMD.",
"ci:php:psalm": "Checks the types with Psalm.",
- "ci:php:sniff": "Checks the code style with PHP_CodeSniffer.",
"ci:static": "Runs all static code analysis checks for the code and the composer.json.",
"ci:tests": "Runs all dynamic tests (i.e., currently, the unit tests).",
"ci:tests:sof": "Runs the unit tests and stops at the first failure.",
diff --git a/phpcs.xml b/phpcs.xml
deleted file mode 100644
index c8686e1d..00000000
--- a/phpcs.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
- This standard requires PHP_CodeSniffer >= 3.2.0.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- */tests/*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-