Skip to content

Commit e398029

Browse files
wouterjnicolas-grekas
authored andcommitted
[Components] Convert to native return types
1 parent c756824 commit e398029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Link implements EvolvableLinkInterface
117117
public const REL_SERVICE_DESC = 'service-desc';
118118
public const REL_SERVICE_DOC = 'service-doc';
119119
public const REL_SERVICE_META = 'service-meta';
120-
public const REL_SIPTRUNKINGCAPABILITY= 'siptrunkingcapability';
120+
public const REL_SIPTRUNKINGCAPABILITY = 'siptrunkingcapability';
121121
public const REL_SPONSORED = 'sponsored';
122122
public const REL_START = 'start';
123123
public const REL_STATUS = 'status';

0 commit comments

Comments
 (0)