@@ -85,7 +85,7 @@ |
||
85 | 85 | /** |
86 | 86 | * @param string $sample |
87 | 87 | */ |
88 | - private function transformSample(string &$sample) |
|
88 | + private function transformSample(string & $sample) |
|
89 | 89 | { |
90 | 90 | $counts = []; |
91 | 91 | $tokens = $this->tokenizer->tokenize($sample); |