We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee7f75 commit 77b0a97Copy full SHA for 77b0a97
src/ComponentModel/IComponent.php
@@ -18,7 +18,7 @@ interface IComponent
18
/** Separator for component names in path concatenation. */
19
public const NameSeparator = '-';
20
21
- /** @deprecated use IComponent::NameSeparator */
+ #[\Deprecated('use Component::NameSeparator')]
22
public const NAME_SEPARATOR = self::NameSeparator;
23
24
function getName(): ?string;
0 commit comments