Completed
Push — master ( 959947...3c8090 )
by Nicolaas
03:29
created
code/api/CopyFactory.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -78,7 +78,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
code/model/CopyFactoryLog.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.