From e6fe968d44157644d143ade8dbab310759c3962f Mon Sep 17 00:00:00 2001 From: Thai Nguyen Hung Date: Thu, 24 Aug 2023 14:45:11 +0700 Subject: [PATCH] fix: pint --- tests/Fixtures/Arch/ToHaveAttribute/Attributes/AsAttribute.php | 1 - .../Arch/ToHaveAttribute/HaveAttribute/HaveAttributeClass.php | 1 - .../ToHaveAttribute/NotHaveAttribute/NotHaveAttributeClass.php | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/Fixtures/Arch/ToHaveAttribute/Attributes/AsAttribute.php b/tests/Fixtures/Arch/ToHaveAttribute/Attributes/AsAttribute.php index d77a5bfe..00b913bd 100644 --- a/tests/Fixtures/Arch/ToHaveAttribute/Attributes/AsAttribute.php +++ b/tests/Fixtures/Arch/ToHaveAttribute/Attributes/AsAttribute.php @@ -9,5 +9,4 @@ use Attribute; #[Attribute()] class AsAttribute { - } diff --git a/tests/Fixtures/Arch/ToHaveAttribute/HaveAttribute/HaveAttributeClass.php b/tests/Fixtures/Arch/ToHaveAttribute/HaveAttribute/HaveAttributeClass.php index 4ea090ca..49a0eb20 100644 --- a/tests/Fixtures/Arch/ToHaveAttribute/HaveAttribute/HaveAttributeClass.php +++ b/tests/Fixtures/Arch/ToHaveAttribute/HaveAttribute/HaveAttributeClass.php @@ -9,5 +9,4 @@ use Tests\Fixtures\Arch\ToHaveAttribute\Attributes\AsAttribute; #[AsAttribute] class HaveAttributeClass { - } diff --git a/tests/Fixtures/Arch/ToHaveAttribute/NotHaveAttribute/NotHaveAttributeClass.php b/tests/Fixtures/Arch/ToHaveAttribute/NotHaveAttribute/NotHaveAttributeClass.php index f57f5219..0628960c 100644 --- a/tests/Fixtures/Arch/ToHaveAttribute/NotHaveAttribute/NotHaveAttributeClass.php +++ b/tests/Fixtures/Arch/ToHaveAttribute/NotHaveAttribute/NotHaveAttributeClass.php @@ -6,5 +6,4 @@ namespace Tests\Fixtures\Arch\ToHaveAttribute\NotHaveAttribute; class NotHaveAttributeClass { - }