Completed
Push — master ( 70e19a...15e850 )
by mw
03:20 queued 01:30
created
src/Sanitizer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -145,6 +145,9 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.
tests/phpunit/Unit/StopwordAnalyzerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.