@@ -74,7 +74,7 @@ |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | /** |
77 | - * @return string |
|
77 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText |
|
78 | 78 | */ |
79 | 79 | public function InternallyLabelledField() { |
80 | 80 | Deprecation::notice('4.0', 'Please use ->setValue() instead'); |
@@ -249,7 +249,6 @@ |
||
249 | 249 | * for each of these categories |
250 | 250 | * |
251 | 251 | * @param string $category Category name |
252 | - * @param string,... $categories Additional category names |
|
253 | 252 | * @return $this |
254 | 253 | */ |
255 | 254 | public function setAllowedFileCategories($category) { |