From c01654efcc6e76fce385d0017b33f348e474adfa Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 7 Dec 2022 14:12:27 +0000 Subject: [PATCH] refactor: makes `const` final --- src/Factories/Attributes/Attribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factories/Attributes/Attribute.php b/src/Factories/Attributes/Attribute.php index 70dae523..b875fe36 100644 --- a/src/Factories/Attributes/Attribute.php +++ b/src/Factories/Attributes/Attribute.php @@ -16,7 +16,7 @@ abstract class Attribute * * @var bool */ - public const ABOVE_CLASS = false; + final public const ABOVE_CLASS = false; /** * @param array $attributes