Completed
Pull Request — master (#239)
by
unknown
03:10
created
code/services/WorkflowService.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,6 +112,7 @@  discard block
 block discarded – undo
112 112
 	 *
113 113
 	 *	@param data object
114 114
 	 *	@param integer
115
+	 * @param DataObject $object
115 116
 	 *	@return workflow definition
116 117
 	 */
117 118
 
@@ -313,7 +314,6 @@  discard block
 block discarded – undo
313 314
 	/**
314 315
 	 * Get items that the passed-in user has awaiting for them to action
315 316
 	 * 
316
-	 * @param Member $member
317 317
 	 * @return DataList $userInstances
318 318
 	 */
319 319
 	public function userPendingItems(Member $user) {
@@ -340,7 +340,6 @@  discard block
 block discarded – undo
340 340
 	/**
341 341
 	 * Get items that the passed-in user has submitted for workflow review
342 342
 	 *
343
-	 * @param Member $member
344 343
 	 * @return DataList $userInstances
345 344
 	 */
346 345
 	public function userSubmittedItems(Member $user) {
Please login to merge, or discard this patch.