refacto: attribute above

This commit is contained in:
Nuno Maduro
2022-12-07 14:17:30 +00:00
parent c01654efcc
commit 21990ccd8b
3 changed files with 4 additions and 8 deletions

View File

@ -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