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 3badb4b commit 9198fc6Copy full SHA for 9198fc6
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