From 56f46af185a219b22f4cef6dcecfd4ff0a09a600 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 20 Apr 2025 06:09:15 +0200 Subject: [PATCH] CS: enforce consistent file header spacing --- phpcs.xml.dist | 9 +++++++++ .../Tests/PHP/DisallowRequestSuperglobalUnitTest.php | 1 + 2 files changed, 10 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 8294d53803..be0349890a 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -178,4 +178,13 @@ + + + + + + + + /requirements\.php + diff --git a/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.php b/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.php index c582501179..437c9a55da 100644 --- a/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.php +++ b/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.php @@ -6,6 +6,7 @@ * @copyright 2006-2019 Squiz Pty Ltd (ABN 77 084 670 600) * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ + namespace PHP_CodeSniffer\Standards\Generic\Tests\PHP; use PHP_CodeSniffer\Tests\Standards\AbstractSniffTestCase;