@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | /** |
118 | 118 | * Builds a Form that mirrors the parent editForm, but with an extra field to collect the ChangeSet ID |
119 | 119 | * |
120 | - * @param $object DataObject - The object we're going to be adding to whichever ChangeSet is chosen |
|
120 | + * @param DataObject $object DataObject - The object we're going to be adding to whichever ChangeSet is chosen |
|
121 | 121 | * @return Form |
122 | 122 | */ |
123 | 123 | public function Form($object) { |
@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | /** |
170 | 170 | * Performs the actual action of adding the object to the ChangeSet, once the ChangeSet ID is known |
171 | 171 | * |
172 | - * @param $object DataObject - The object to add to the ChangeSet |
|
172 | + * @param DataObject $object DataObject - The object to add to the ChangeSet |
|
173 | 173 | * @param $campaignID int - The ID of the ChangeSet to add $object to |
174 | 174 | * @return SS_HTTPResponse |
175 | 175 | * @throws SS_HTTPResponse_Exception |