Skip to content

Commit 77b0a97

Browse files
committed
used attribute Deprecated
1 parent dee7f75 commit 77b0a97

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
@@ -18,7 +18,7 @@ interface IComponent
1818
/** Separator for component names in path concatenation. */
1919
public const NameSeparator = '-';
2020

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

2424
function getName(): ?string;

0 commit comments

Comments
 (0)