Skip to content

Commit

Permalink
rework fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 2, 2024
1 parent 37d99e7 commit 694753a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/Stub/FileWithClasses80.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
}

0 comments on commit 694753a

Please sign in to comment.