File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ class AlternativesAsExact
20
20
21
21
public const MULTI_WORDS_SYNONYM = 'multiWordsSynonym ' ;
22
22
23
+ public const IGNORE_CONJUGATIONS = 'ignoreConjugations ' ;
24
+
23
25
/**
24
26
* Gets allowable values of the enum.
25
27
*
@@ -31,6 +33,7 @@ public static function getAllowableEnumValues()
31
33
self ::IGNORE_PLURALS ,
32
34
self ::SINGLE_WORD_SYNONYM ,
33
35
self ::MULTI_WORDS_SYNONYM ,
36
+ self ::IGNORE_CONJUGATIONS ,
34
37
];
35
38
}
36
39
}
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ class AlternativesAsExact
20
20
21
21
public const MULTI_WORDS_SYNONYM = 'multiWordsSynonym ' ;
22
22
23
+ public const IGNORE_CONJUGATIONS = 'ignoreConjugations ' ;
24
+
23
25
/**
24
26
* Gets allowable values of the enum.
25
27
*
@@ -31,6 +33,7 @@ public static function getAllowableEnumValues()
31
33
self ::IGNORE_PLURALS ,
32
34
self ::SINGLE_WORD_SYNONYM ,
33
35
self ::MULTI_WORDS_SYNONYM ,
36
+ self ::IGNORE_CONJUGATIONS ,
34
37
];
35
38
}
36
39
}
You can’t perform that action at this time.
0 commit comments