From bc11b10d9bf2db5b9ea01f640b69fac8fd9c3976 Mon Sep 17 00:00:00 2001 From: rarila Date: Wed, 1 Dec 2021 22:46:10 +0100 Subject: [PATCH] Beautified phpcs.xml (#7041) Co-authored-by: ralila <> --- phpcs.xml | 109 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 88 insertions(+), 21 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index bda9a9f9174..3e2eb308893 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -4,9 +4,78 @@ xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd" name="Psalm coding standard" > + The coding standard for Psalm. + + + - - + + + + + + bin/ + src/ + tests/ + + src/Psalm/Internal/Visitor/SimpleNameResolver.php + + src/Psalm/Internal/Stubs/ + tests/fixtures/ + + + + + + + tests + src/Psalm/Internal/Type/TemplateStandinTypeReplacer.php + + + + + + + + + + * + + + + + + + + + + + + @@ -15,40 +84,38 @@ - - - - tests - src/Psalm/Internal/Type/TemplateStandinTypeReplacer.php - - - * + + + + - + + + - + - - bin/ - src/ - tests/ - - src/Psalm/Internal/Visitor/SimpleNameResolver.php - - src/Psalm/Internal/Stubs/ - tests/fixtures/