Skip to content

Commit 370edf0

Browse files
committed
Add comments
1 parent 9582b10 commit 370edf0

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/Term/AliasesProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
interface AliasesProvider {
1212

1313
/**
14+
* It is not guaranteed that this method returns the original object.
15+
*
1416
* @return AliasGroupList
1517
*/
1618
public function getAliasGroups();

src/Term/DescriptionsProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
interface DescriptionsProvider {
1212

1313
/**
14+
* It is not guaranteed that this method returns the original object.
15+
*
1416
* @return TermList
1517
*/
1618
public function getDescriptions();

src/Term/LabelsProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
interface LabelsProvider {
1212

1313
/**
14+
* It is not guaranteed that this method returns the original object.
15+
*
1416
* @return TermList
1517
*/
1618
public function getLabels();

0 commit comments

Comments
 (0)