@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @var int |
19 | 19 | */ |
20 | - protected $prefixLength; |
|
20 | + protected $prefixLength; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @param int $prefixLength |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @var int |
19 | 19 | */ |
20 | - protected $maxExpansions; |
|
20 | + protected $maxExpansions; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @param int $maxExpansions |
@@ -29,17 +29,17 @@ |
||
29 | 29 | /** |
30 | 30 | * @var Boolean |
31 | 31 | */ |
32 | - protected $lenient; |
|
32 | + protected $lenient; |
|
33 | 33 | |
34 | 34 | /** |
35 | 35 | * @var string |
36 | 36 | */ |
37 | - protected $zeroTermsQuery; |
|
37 | + protected $zeroTermsQuery; |
|
38 | 38 | |
39 | 39 | /** |
40 | 40 | * @var float |
41 | 41 | */ |
42 | - protected $cutoffFrequency; |
|
42 | + protected $cutoffFrequency; |
|
43 | 43 | |
44 | 44 | /** |
45 | 45 | * @var string |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @var float |
19 | 19 | */ |
20 | - protected $boost; |
|
20 | + protected $boost; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @param float $boost |