@@ -112,6 +112,7 @@ discard block |
||
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 |
||
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 |
||
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) { |