@@ -145,6 +145,9 @@ |
||
145 | 145 | return $this->string; |
146 | 146 | } |
147 | 147 | |
148 | + /** |
|
149 | + * @param string $string |
|
150 | + */ |
|
148 | 151 | private function detectEncoding( $string) { |
149 | 152 | return mb_detect_encoding( $string ); |
150 | 153 | } |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Onoi\Tesa\Tests; |
4 | 4 | |
5 | 5 | use Onoi\Tesa\StopwordAnalyzer; |
6 | -use Onoi\Tesa\PermutableString; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \Onoi\Tesa\StopwordAnalyzer |