Completed
Pull Request — master (#518)
by Sam
34:41
created
code/extensions/UserFormFieldEditorExtension.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -153,7 +153,6 @@  discard block
 block discarded – undo
153 153
 
154 154
     /**
155 155
      * @see SiteTree::doPublish
156
-     * @param Page $original
157 156
      *
158 157
      * @return void
159 158
      */
@@ -176,7 +175,6 @@  discard block
 block discarded – undo
176 175
 
177 176
     /**
178 177
      * @see SiteTree::doUnpublish
179
-     * @param Page $page
180 178
      *
181 179
      * @return void
182 180
      */
@@ -189,7 +187,6 @@  discard block
 block discarded – undo
189 187
 
190 188
     /**
191 189
      * @see SiteTree::duplicate
192
-     * @param DataObject $newPage
193 190
      *
194 191
      * @return DataObject
195 192
      */
@@ -252,7 +249,6 @@  discard block
 block discarded – undo
252 249
 
253 250
     /**
254 251
      * @see SiteTree::doRevertToLive
255
-     * @param Page $page
256 252
      *
257 253
      * @return void
258 254
      */
Please login to merge, or discard this patch.
code/model/EditableCustomRule.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,6 @@
 block discarded – undo
116 116
     /**
117 117
      * Helper method to check the parent for this object
118 118
      *
119
-     * @param array $args List of arguments passed to canCreate
120 119
      * @return DataObject Some parent dataobject to inherit permissions from
121 120
      */
122 121
     protected function getCanCreateContext($context)
Please login to merge, or discard this patch.
code/model/editableformfields/EditableFormField.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -465,7 +465,6 @@
 block discarded – undo
465 465
     /**
466 466
      * Helper method to check the parent for this object
467 467
      *
468
-     * @param array $args List of arguments passed to canCreate
469 468
      * @return SiteTree Parent page instance
470 469
      */
471 470
     protected function getCanCreateContext($context)
Please login to merge, or discard this patch.
code/model/editableformfields/EditableOption.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,6 @@
 block discarded – undo
116 116
     /**
117 117
      * Helper method to check the parent for this object
118 118
      *
119
-     * @param array $args List of arguments passed to canCreate
120 119
      * @return DataObject Some parent dataobject to inherit permissions from
121 120
      */
122 121
     protected function getCanCreateContext($context)
Please login to merge, or discard this patch.
code/model/recipients/UserDefinedForm_EmailRecipient.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -339,7 +339,6 @@
 block discarded – undo
339 339
     /**
340 340
      * Helper method to check the parent for this object
341 341
      *
342
-     * @param array $args List of arguments passed to canCreate
343 342
      * @return SiteTree Parent page instance
344 343
      */
345 344
     protected function getCanCreateContext($context)
Please login to merge, or discard this patch.
code/model/recipients/UserDefinedForm_EmailRecipientCondition.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,6 @@
 block discarded – undo
82 82
     /**
83 83
      * Helper method to check the parent for this object
84 84
      *
85
-     * @param array $args List of arguments passed to canCreate
86 85
      * @return SiteTree Parent page instance
87 86
      */
88 87
     protected function getCanCreateContext($context)
Please login to merge, or discard this patch.
code/model/UserDefinedForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 use SilverStripe\View\SSViewer;
37 37
 use SilverStripe\Control\Session;
38 38
 use SilverStripe\View\ArrayData;
39
-use SilverStripe\Forms\HTMLEditor\HTMLEditorField;
40 39
 
41 40
 
42 41
 /**
Please login to merge, or discard this patch.