mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: pint
This commit is contained in:
@ -9,5 +9,4 @@ use Attribute;
|
||||
#[Attribute()]
|
||||
class AsAttribute
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@ -9,5 +9,4 @@ use Tests\Fixtures\Arch\ToHaveAttribute\Attributes\AsAttribute;
|
||||
#[AsAttribute]
|
||||
class HaveAttributeClass
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@ -6,5 +6,4 @@ namespace Tests\Fixtures\Arch\ToHaveAttribute\NotHaveAttribute;
|
||||
|
||||
class NotHaveAttributeClass
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user