From 755d7b47acddb4dd3c3dce8ec647d695606606f7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 5 Mar 2025 15:26:23 +0100 Subject: [PATCH] Code style: Check camel caps except in drivers --- phpcs.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index d05b98db..c7bbf22d 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -24,7 +24,6 @@ - @@ -36,6 +35,12 @@ + + adminer/drivers/ + adminer/include/pdo.inc.php + adminer/plugins/drivers/ + + plugins/[^/]+\.php editor/(example|sqlite)\.php -- 2.39.5