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

@ -15,10 +15,8 @@ final class Covers extends Attribute
{
/**
* Determine if the attribute should be placed above the classe instead of above the method.
*
* @var bool
*/
public const ABOVE_CLASS = true;
public static bool $above = true;
/**
* Adds attributes regarding the "covers" feature.