Passed
Push — v3.0 ( 7b2427...598da8 )
by Samir
23:40 queued 09:48
created
astpp/application/libraries/html2pdf/_tcpdf_5.0.002/qrcode.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1123,7 +1123,7 @@  discard block
 block discarded – undo
1123 1123
 		 * @param array $frame
1124 1124
 		 * @param int $maskNo
1125 1125
 		 * @param int $level
1126
-		 * @return array mask
1126
+		 * @return integer mask
1127 1127
 		 */
1128 1128
 		 protected function makeMask($width, $frame, $maskNo, $level) {
1129 1129
 			$masked = array_fill(0, $width, str_repeat("\0", $width));
@@ -1165,7 +1165,7 @@  discard block
 block discarded – undo
1165 1165
 		/**
1166 1166
 		 * evaluateSymbol
1167 1167
 		 * @param int $width
1168
-		 * @param array $frame
1168
+		 * @param integer $frame
1169 1169
 		 * @return int demerit
1170 1170
 		 */
1171 1171
 		 protected function evaluateSymbol($width, $frame) {
@@ -2035,7 +2035,7 @@  discard block
 block discarded – undo
2035 2035
 
2036 2036
 		/**
2037 2037
 		 * convertData
2038
-		 * @param array $items
2038
+		 * @param integer $items
2039 2039
 		 * @return array items
2040 2040
 		 */
2041 2041
 		 protected function convertData($items) {
@@ -2490,7 +2490,7 @@  discard block
 block discarded – undo
2490 2490
 
2491 2491
 		/**
2492 2492
 		 * Return BCH encoded format information pattern.
2493
-		 * @param array $mask
2493
+		 * @param integer $mask
2494 2494
 		 * @param int $level error correction level
2495 2495
 		 * @return BCH encoded format information pattern
2496 2496
 		 */
Please login to merge, or discard this patch.
web_interface/astpp/system/database/DB_result.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -64,6 +64,7 @@
 block discarded – undo
64 64
 	 * Custom query result.
65 65
 	 *
66 66
 	 * @param class_name A string that represents the type of object you want back
67
+	 * @param string $class_name
67 68
 	 * @return array of objects
68 69
 	 */
69 70
 	public function custom_result_object($class_name)
Please login to merge, or discard this patch.
web_interface/astpp/system/database/drivers/sqlsrv/sqlsrv_driver.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -164,6 +164,7 @@
 block discarded – undo
164 164
 	 *
165 165
 	 * @access	private called by execute()
166 166
 	 * @param	string	an SQL query
167
+	 * @param string $sql
167 168
 	 * @return	string
168 169
 	 */
169 170
 	function _prep_query($sql)
Please login to merge, or discard this patch.
web_interface/astpp/system/libraries/Encrypt.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -293,6 +293,8 @@  discard block
 block discarded – undo
293 293
 	 * @access	private
294 294
 	 * @param	string
295 295
 	 * @param	string
296
+	 * @param string $string
297
+	 * @param string $key
296 298
 	 * @return	string
297 299
 	 */
298 300
 	function _xor_merge($string, $key)
@@ -365,6 +367,7 @@  discard block
 block discarded – undo
365 367
 	 * @param	string
366 368
 	 * @param	string
367 369
 	 * @param string $data
370
+	 * @param string $key
368 371
 	 * @return	string
369 372
 	 */
370 373
 	function _add_cipher_noise($data, $key)
@@ -396,6 +399,8 @@  discard block
 block discarded – undo
396 399
 	 *
397 400
 	 * @access	public
398 401
 	 * @param	type
402
+	 * @param string $data
403
+	 * @param string $key
399 404
 	 * @return	string
400 405
 	 */
401 406
 	function _remove_cipher_noise($data, $key)
Please login to merge, or discard this patch.
web_interface/astpp/system/libraries/Fpdf.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1010,6 +1010,9 @@
 block discarded – undo
1010 1010
 	return $this->x;
1011 1011
 }
1012 1012
 
1013
+/**
1014
+ * @param integer $x
1015
+ */
1013 1016
 function SetX($x)
1014 1017
 {
1015 1018
 	// Set x position
Please login to merge, or discard this patch.
web_interface/astpp/system/libraries/Ftp.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -461,6 +461,7 @@
 block discarded – undo
461 461
 	 * @param	string	the file path
462 462
 	 * @param	string	the permissions
463 463
 	 * @param integer $perm
464
+	 * @param string $path
464 465
 	 * @return	bool
465 466
 	 */
466 467
 	function chmod($path, $perm)
Please login to merge, or discard this patch.
web_interface/astpp/system/libraries/Sha1.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -227,6 +227,7 @@
 block discarded – undo
227 227
 	 *
228 228
 	 * @access	private
229 229
 	 * @return	string
230
+	 * @param integer $b
230 231
 	 */
231 232
 	function _zero_fill($a, $b)
232 233
 	{
Please login to merge, or discard this patch.
web_interface/astpp/system/libraries/Xmlrpc.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -381,6 +381,9 @@
 block discarded – undo
381 381
 		return $this->sendPayload($msg);
382 382
 	}
383 383
 
384
+	/**
385
+	 * @param XML_RPC_Message $msg
386
+	 */
384 387
 	function sendPayload($msg)
385 388
 	{
386 389
 		$fp = @fsockopen($this->server, $this->port, $this->errno, $this->errstr, $this->timeout);
Please login to merge, or discard this patch.