mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 04:12:12 +02:00
refacto: attribute above
This commit is contained in:
@ -13,10 +13,8 @@ abstract class Attribute
|
||||
{
|
||||
/**
|
||||
* Determine if the attribute should be placed above the class instead of above the method.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
final public const ABOVE_CLASS = false;
|
||||
public static bool $above = false;
|
||||
|
||||
/**
|
||||
* @param array<int, string> $attributes
|
||||
|
||||
Reference in New Issue
Block a user