@@ -78,7 +78,6 @@ discard block |
||
78 | 78 | * returns a CopyFactory specific to a Class. |
79 | 79 | * You must provide an object class name. |
80 | 80 | * |
81 | - * @param DataObject $obj |
|
82 | 81 | * |
83 | 82 | * @return CopyFactory |
84 | 83 | */ |
@@ -198,7 +197,6 @@ discard block |
||
198 | 197 | * returns the name of a method / db field |
199 | 198 | * that can be used to describe the object ... |
200 | 199 | * |
201 | - * @param DataObject $object |
|
202 | 200 | * |
203 | 201 | * @return String |
204 | 202 | */ |
@@ -595,7 +593,7 @@ discard block |
||
595 | 593 | * @param DataObject $copyFromParent |
596 | 594 | * @param DataObject $newObjectParent |
597 | 595 | * @param String $relationalFieldForChildren - this is the field on the parent that provides the children (e.g. Children or Images) WITHOUT the ID part. |
598 | - * @param String $relationFieldForParent - this is the field on the children that links them back to the parent. |
|
596 | + * @param String $relationFieldForParentWithoutID - this is the field on the children that links them back to the parent. |
|
599 | 597 | * |
600 | 598 | * @return CopyFactory |
601 | 599 | */ |
@@ -173,7 +173,7 @@ |
||
173 | 173 | /** |
174 | 174 | * Copy Into Description |
175 | 175 | * @casted |
176 | - * @return Str |
|
176 | + * @return DBField |
|
177 | 177 | */ |
178 | 178 | public function getFormattedShortAction() |
179 | 179 | { |