We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9582b10 commit 370edf0Copy full SHA for 370edf0
3 files changed
src/Term/AliasesProvider.php
@@ -11,6 +11,8 @@
11
interface AliasesProvider {
12
13
/**
14
+ * It is not guaranteed that this method returns the original object.
15
+ *
16
* @return AliasGroupList
17
*/
18
public function getAliasGroups();
src/Term/DescriptionsProvider.php
interface DescriptionsProvider {
* @return TermList
public function getDescriptions();
src/Term/LabelsProvider.php
interface LabelsProvider {
public function getLabels();
0 commit comments