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 a176170 commit ee495d9Copy full SHA for ee495d9
src/ComponentModel/IComponent.php
@@ -19,7 +19,7 @@ interface IComponent
19
/** Separator for component names in path concatenation. */
20
public const NameSeparator = '-';
21
22
- /** @deprecated use IComponent::NameSeparator */
+ #[\Deprecated('use Component::NameSeparator')]
23
public const NAME_SEPARATOR = self::NameSeparator;
24
25
function getName(): ?string;
0 commit comments