Passed
Push — master ( 47aa65...ade1c9 )
by kill
02:28
created
core/helpers/Chaos.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -139,6 +139,10 @@
 block discarded – undo
139 139
 	}
140 140
 	
141 141
 	//随机重复一个字符
142
+
143
+	/**
144
+	 * @param string $str
145
+	 */
142 146
 	function setRepeat($str) {
143 147
 		$len = iconv_strlen( $str, 'UTF-8' );
144 148
 		$action = 0;
Please login to merge, or discard this patch.