Passed
Push — v3.0 ( ee545b...afe0c2 )
by Samir
152:57 queued 117:51
created
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.