Completed
Pull Request — developer (#8090)
by Sławomir
32:06 queued 14:13
created
app/Fields/Owner.php 1 patch
Doc Comments   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 	 * Function to get all the accessible users.
91 91
 	 *
92 92
 	 * @param string $private
93
-	 * @param mixed  $fieldType
93
+	 * @param boolean  $fieldType
94 94
 	 *
95 95
 	 * @return array
96 96
 	 */
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
 	 * @param string $status
185 185
 	 * @param mixed  $assignedUser
186 186
 	 * @param string $private
187
-	 * @param mixed  $roles
187
+	 * @param boolean  $roles
188 188
 	 *
189 189
 	 * @return array
190 190
 	 */
@@ -221,8 +221,8 @@  discard block
 block discarded – undo
221 221
 	/**
222 222
 	 * Function gets sql query.
223 223
 	 *
224
-	 * @param mixed $private
225
-	 * @param mixed $status
224
+	 * @param string $private
225
+	 * @param string $status
226 226
 	 * @param mixed $roles
227 227
 	 *
228 228
 	 * @return \App\Db\Query
@@ -407,7 +407,6 @@  discard block
 block discarded – undo
407 407
 	/**
408 408
 	 * Function returns list of accessible users for a module.
409 409
 	 *
410
-	 * @param string $module
411 410
 	 *
412 411
 	 * @return <Array of Users_Record_Model>
413 412
 	 */
@@ -737,8 +736,8 @@  discard block
 block discarded – undo
737 736
 	/**
738 737
 	 * Transfer ownership workflow tasks.
739 738
 	 *
740
-	 * @param type $oldId
741
-	 * @param type $newId
739
+	 * @param integer $oldId
740
+	 * @param integer $newId
742 741
 	 */
743 742
 	private static function transferOwnershipForWorkflow($oldId, $newId)
744 743
 	{
Please login to merge, or discard this patch.