From 260b9f196092472e974e124a24f0a49bf0fba997 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Thu, 29 Aug 2024 09:22:23 -0700 Subject: [PATCH] Ensure correct namespace usage and line lengths. --- phpcs.xml.dist | 18 ++++++++++++++++++ .../tests/Data/ThirdPartyDataFormatterTest.php | 2 +- .../tests/Data/ThirdPartySrcValueTest.php | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 1f7b520..ce10fb6 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -7,6 +7,24 @@ + + + + + + + + + + + + + + + + tests/* + + diff --git a/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php b/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php index 4a20843..f5a4719 100644 --- a/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php +++ b/tests/phpunit/tests/Data/ThirdPartyDataFormatterTest.php @@ -9,8 +9,8 @@ namespace GoogleChromeLabs\ThirdPartyCapital\Tests; -use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyDataFormatter; use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyData; +use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyDataFormatter; use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartyScriptData; use GoogleChromeLabs\ThirdPartyCapital\TestUtils\TestCase; diff --git a/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php b/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php index 7f8b5d3..635109a 100644 --- a/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php +++ b/tests/phpunit/tests/Data/ThirdPartySrcValueTest.php @@ -9,7 +9,6 @@ namespace GoogleChromeLabs\ThirdPartyCapital\Tests; -use Exception; use GoogleChromeLabs\ThirdPartyCapital\Data\ThirdPartySrcValue; use GoogleChromeLabs\ThirdPartyCapital\Exception\InvalidThirdPartyDataException; use GoogleChromeLabs\ThirdPartyCapital\TestUtils\TestCase;