Closed franmomu closed 2 years ago
There are quite array types in the code, the idea is to be more specific about what types are holding, but I guess most of them are array<string, mixed>, we could maybe be more specific in some cases like AbstractSuggestion:: setRegexOptions().
array
array<string, mixed>
AbstractSuggestion:: setRegexOptions()
There are quite
array
types in the code, the idea is to be more specific about what types are holding, but I guess most of them arearray<string, mixed>
, we could maybe be more specific in some cases likeAbstractSuggestion:: setRegexOptions()
.