From 694753ad1d48660cf929cfae3093cf306f8e4223 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 2 Feb 2024 07:46:41 +0700 Subject: [PATCH] rework fixture --- tests/Stub/FileWithClasses80.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/Stub/FileWithClasses80.php b/tests/Stub/FileWithClasses80.php index 5e2a97e6..9784aa27 100644 --- a/tests/Stub/FileWithClasses80.php +++ b/tests/Stub/FileWithClasses80.php @@ -13,18 +13,7 @@ use Go\ParserReflection\{ReflectionMethod, ReflectionProperty as P}; -#[SomeAttribute] class ClassWithPhp80Features { - #[\Doctrin\ORM\Mapping\Id] - private $id; - public function acceptsStringArrayDefaultToNull(array|string $iterable = null) : array {} - - #[SomeAttribute] - public function withAttribute( - #[\SensitiveParameter] - $password) - { - } }