From ce0766ea9acee2139941878b81b03a267f6d2a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 28 Jul 2026 16:59:04 -0300 Subject: [PATCH] Update phpmyadmin/coding-standard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- composer.json | 2 +- phpcs.xml.dist | 50 +++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 40 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index b7f86688..966577d7 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "phpbench/phpbench": "^1.1", - "phpmyadmin/coding-standard": "^3.0", + "phpmyadmin/coding-standard": "^3.1", "phpmyadmin/motranslator": "^4.0 || ^5.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^1.12", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 97751b99..862b42d5 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -7,28 +7,46 @@ + + + src tests tools tools/doctum-config.php - - - - - + src/Contexts/* - - - - - - + + src/Exceptions/LexerException.php + src/Exceptions/LoaderException.php + src/Exceptions/ParserException.php + tests/Lexer/TokensListTest.php + + + src/Lexer.php + src/Parser.php + + + src/Lexer.php + + + src/Statements/KillStatement.php + src/Statements/WithStatement.php + + + src/* + + + src/* + + + src/* @@ -46,4 +64,14 @@ src/Components/Expression.php src/Statement.php + + + 4 + + + 4 + + + 4 +