mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
refactor: makes const final
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user