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
2020
2121 public const MULTI_WORDS_SYNONYM = 'multiWordsSynonym ' ;
2222
23+ public const IGNORE_CONJUGATIONS = 'ignoreConjugations ' ;
24+
2325 /**
2426 * Gets allowable values of the enum.
2527 *
@@ -31,6 +33,7 @@ public static function getAllowableEnumValues()
3133 self ::IGNORE_PLURALS ,
3234 self ::SINGLE_WORD_SYNONYM ,
3335 self ::MULTI_WORDS_SYNONYM ,
36+ self ::IGNORE_CONJUGATIONS ,
3437 ];
3538 }
3639}
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ class AlternativesAsExact
2020
2121 public const MULTI_WORDS_SYNONYM = 'multiWordsSynonym ' ;
2222
23+ public const IGNORE_CONJUGATIONS = 'ignoreConjugations ' ;
24+
2325 /**
2426 * Gets allowable values of the enum.
2527 *
@@ -31,6 +33,7 @@ public static function getAllowableEnumValues()
3133 self ::IGNORE_PLURALS ,
3234 self ::SINGLE_WORD_SYNONYM ,
3335 self ::MULTI_WORDS_SYNONYM ,
36+ self ::IGNORE_CONJUGATIONS ,
3437 ];
3538 }
3639}
You can’t perform that action at this time.
0 commit comments