Completed
Pull Request — master (#586)
by Maxence
03:47
created
lib/Service/MiscService.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@  discard block
 block discarded – undo
66 66
 		$this->userManager = $userManager;
67 67
 	}
68 68
 
69
+	/**
70
+	 * @param string $message
71
+	 */
69 72
 	public function log($message, $level = 4) {
70 73
 		$data = array(
71 74
 			'app'   => $this->appName,
@@ -86,7 +89,7 @@  discard block
 block discarded – undo
86 89
 
87 90
 	/**
88 91
 	 * @param $arr
89
-	 * @param $k
92
+	 * @param string $k
90 93
 	 *
91 94
 	 * @param string $default
92 95
 	 *
@@ -257,7 +260,7 @@  discard block
 block discarded – undo
257 260
 
258 261
 
259 262
 	/**
260
-	 * @param $ident
263
+	 * @param string $ident
261 264
 	 *
262 265
 	 * @return mixed|string
263 266
 	 * @deprecated
Please login to merge, or discard this patch.
lib/ShareByCircleProviderDeprecated.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -438,8 +438,8 @@
 block discarded – undo
438 438
 
439 439
 	/**
440 440
 	 * @param string $userId
441
-	 * @param $shareType
442
-	 * @param Node $node
441
+	 * @param integer $shareType
442
+	 * @param Node|null $node
443 443
 	 * @param int $limit
444 444
 	 * @param int $offset
445 445
 	 *
Please login to merge, or discard this patch.
tests/unit/lib/Api/CirclesTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -861,7 +861,7 @@
 block discarded – undo
861 861
 	/**
862 862
 	 * function to generate admin/moderator/member and assigning them their level.
863 863
 	 *
864
-	 * @param $circleId
864
+	 * @param integer $circleId
865 865
 	 * @param bool $isClosed
866 866
 	 *
867 867
 	 * @throws QueryException
Please login to merge, or discard this patch.