From f5a582435274e5e7146a3659da8fb3e62904ab69 Mon Sep 17 00:00:00 2001 From: naumso Date: Tue, 22 Jul 2025 20:47:51 +0300 Subject: [PATCH] 1 --- README.md | 18 +++++++++++++----- SeptCodingStandard/ruleset.xml | 14 -------------- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 731633d..e2c8d7f 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,19 @@ Just create a `phpcs.xml.dist` in your project's root directory with the followi - bin/ - config/ - public/ - src/ - tests/ + ./src/Migrations/* + ./src/Kernel.php + ./public/index.php + ./config/bundles.php + ./config/bootstrap.php + ./config/preload.php + ./tests/features/bootstrap/bootstrap.php + ./tests/object-manager.php + ./tests/symfony-container.php + ./tests/bootstrap.php + + ./src + ./tests ``` diff --git a/SeptCodingStandard/ruleset.xml b/SeptCodingStandard/ruleset.xml index 1833493..1dd5355 100644 --- a/SeptCodingStandard/ruleset.xml +++ b/SeptCodingStandard/ruleset.xml @@ -182,18 +182,4 @@ - ./src/Migrations/* - ./src/Kernel.php - ./public/index.php - ./config/bundles.php - ./config/bootstrap.php - ./config/preload.php - ./tests/features/bootstrap/bootstrap.php - ./tests/object-manager.php - ./tests/symfony-container.php - ./tests/bootstrap.php - - ./src/ - ./tests/ - \ No newline at end of file