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 2cee168 commit f77be65Copy full SHA for f77be65
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