Skip to content

Commit ee495d9

Browse files
committed
used attribute Deprecated
1 parent a176170 commit ee495d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComponentModel/IComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface IComponent
1919
/** Separator for component names in path concatenation. */
2020
public const NameSeparator = '-';
2121

22-
/** @deprecated use IComponent::NameSeparator */
22+
#[\Deprecated('use Component::NameSeparator')]
2323
public const NAME_SEPARATOR = self::NameSeparator;
2424

2525
function getName(): ?string;

0 commit comments

Comments
 (0)