Completed
Push — master ( 3b1ecb...9401a4 )
by mw
01:58
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.