@@ -153,7 +153,6 @@ discard block |
||
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 |
||
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 |
||
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 |
||
252 | 249 | |
253 | 250 | /** |
254 | 251 | * @see SiteTree::doRevertToLive |
255 | - * @param Page $page |
|
256 | 252 | * |
257 | 253 | * @return void |
258 | 254 | */ |
@@ -116,7 +116,6 @@ |
||
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) |
@@ -465,7 +465,6 @@ |
||
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) |
@@ -116,7 +116,6 @@ |
||
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) |
@@ -339,7 +339,6 @@ |
||
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) |
@@ -82,7 +82,6 @@ |
||
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) |
@@ -36,7 +36,6 @@ |
||
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 | /** |