Skip to content

Commit f77be65

Browse files
committed
used attribute Deprecated
1 parent 2cee168 commit f77be65

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)