refactor: makes const final

This commit is contained in:
Nuno Maduro
2022-12-07 14:12:27 +00:00
parent 1ad631c528
commit c01654efcc

View File

@ -16,7 +16,7 @@ abstract class Attribute
* *
* @var bool * @var bool
*/ */
public const ABOVE_CLASS = false; final public const ABOVE_CLASS = false;
/** /**
* @param array<int, string> $attributes * @param array<int, string> $attributes