File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ parameters:
2
2
ignoreErrors :
3
3
- ' #type has no value type specified in iterable type Predis\\Client #'
4
4
- ' #with no value type specified in iterable type Predis\\Client #'
5
- - message : ' #MacFJA\\RedisSearch \\Index\\Builder\\\w+ constructor expects [\w\|]+, bool\|float\|int\|string\|null given#'
5
+ - message : ' #MacFJA\\RediSearch \\Index\\Builder\\\w+ constructor expects [\w\|]+, bool\|float\|int\|string\|null given#'
6
6
path : src/Index/InfoResult.php
Original file line number Diff line number Diff line change 42
42
43
43
/**
44
44
* @SuppressWarnings(PHPMD.TooManyFields) -- Builder Class
45
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects) -- Builder Class
45
46
*/
46
47
class Builder implements \MacFJA \RediSearch \Builder
47
48
{
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ public function getType(): string
46
46
return self ::TYPE_TAG ;
47
47
}
48
48
49
+ public function getSeparator (): ?string
50
+ {
51
+ return $ this ->separator ;
52
+ }
53
+
49
54
public function getQueryParts (): array
50
55
{
51
56
$ query = parent ::getQueryParts ();
Original file line number Diff line number Diff line change 46
46
47
47
/**
48
48
* @SuppressWarnings(PHPMD.TooManyFields) -- Builder Class
49
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects) -- Builder Class
49
50
*/
50
51
class Search implements Builder
51
52
{
You can’t perform that action at this time.
0 commit comments