From 1ab4b7cb1b0b611d2e0d83dd86cef505f75b942d Mon Sep 17 00:00:00 2001 From: Emanuel Bitkov <45060975+ebitkov@users.noreply.github.com> Date: Tue, 19 May 2026 13:26:36 +0200 Subject: [PATCH] fix(php_codesniffer): Ignore `config/reference.php` (#1981) * Exclude reference.php from PHP CodeSniffer ruleset * Apply suggestion from @jrfnl Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com> --------- Co-authored-by: Dmitri Perunov Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com> --- squizlabs/php_codesniffer/3.6/phpcs.xml.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/squizlabs/php_codesniffer/3.6/phpcs.xml.dist b/squizlabs/php_codesniffer/3.6/phpcs.xml.dist index 89195e2b..4dd86586 100644 --- a/squizlabs/php_codesniffer/3.6/phpcs.xml.dist +++ b/squizlabs/php_codesniffer/3.6/phpcs.xml.dist @@ -16,4 +16,6 @@ src/ tests/ + config/reference\.php$ +