@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | * export is an action button |
| 76 | 76 | * |
| 77 | 77 | * @param GridField $gridField |
| 78 | - * @return array |
|
| 78 | + * @return string[] |
|
| 79 | 79 | */ |
| 80 | 80 | public function getActions($gridField) |
| 81 | 81 | { |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | * Generate export fields for CSV. |
| 150 | 150 | * |
| 151 | 151 | * @param GridField $gridField |
| 152 | - * @return array |
|
| 152 | + * @return string |
|
| 153 | 153 | */ |
| 154 | 154 | public function generateExportFileData($gridField) |
| 155 | 155 | { |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * Gets the list of shortcodes provided by this handler |
| 19 | 19 | * |
| 20 | - * @return mixed |
|
| 20 | + * @return string[] |
|
| 21 | 21 | */ |
| 22 | 22 | public static function get_shortcodes() |
| 23 | 23 | { |
@@ -67,6 +67,10 @@ discard block |
||
| 67 | 67 | */ |
| 68 | 68 | protected $name; |
| 69 | 69 | |
| 70 | + /** |
|
| 71 | + * @param Controller|null $controller |
|
| 72 | + * @param string $name |
|
| 73 | + */ |
|
| 70 | 74 | public function __construct($controller, $name) |
| 71 | 75 | { |
| 72 | 76 | parent::__construct(); |
@@ -508,7 +512,7 @@ discard block |
||
| 508 | 512 | /** |
| 509 | 513 | * Find all anchors available on the given page. |
| 510 | 514 | * |
| 511 | - * @return array |
|
| 515 | + * @return string |
|
| 512 | 516 | * @throws HTTPResponse_Exception |
| 513 | 517 | */ |
| 514 | 518 | public function getanchors() |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | * Returns a <select> tag containing all the appropriate <option> tags |
| 66 | 66 | * |
| 67 | 67 | * @param array $properties |
| 68 | - * @return string |
|
| 68 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText |
|
| 69 | 69 | */ |
| 70 | 70 | public function Field($properties = array()) |
| 71 | 71 | { |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * |
| 29 | 29 | * @param array $properties |
| 30 | 30 | * |
| 31 | - * @return string |
|
| 31 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText |
|
| 32 | 32 | */ |
| 33 | 33 | public function Field($properties = array()) |
| 34 | 34 | { |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | /** |
| 83 | 83 | * Set the label used for the Is Null checkbox. |
| 84 | 84 | * |
| 85 | - * @param $isNulLabel string |
|
| 85 | + * @param string $isNulLabel string |
|
| 86 | 86 | * |
| 87 | 87 | * @return $this |
| 88 | 88 | */ |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | /** |
| 130 | 130 | * Value is sometimes an array, and sometimes a single value, so we need to handle both cases |
| 131 | 131 | * |
| 132 | - * @param mixed $value |
|
| 132 | + * @param string|null $value |
|
| 133 | 133 | * @param null|array $data |
| 134 | 134 | * |
| 135 | 135 | * @return $this |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | class PrintableTransformation_TabSet extends TabSet |
| 9 | 9 | { |
| 10 | 10 | /** |
| 11 | - * @param array $tabs |
|
| 11 | + * @param FieldList $tabs |
|
| 12 | 12 | */ |
| 13 | 13 | public function __construct($tabs) |
| 14 | 14 | { |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | - * @return string |
|
| 82 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText |
|
| 83 | 83 | */ |
| 84 | 84 | public function InternallyLabelledField() |
| 85 | 85 | { |
@@ -178,7 +178,7 @@ |
||
| 178 | 178 | * |
| 179 | 179 | * Actually only one array argument is supported. |
| 180 | 180 | * |
| 181 | - * @param $f callback to apply |
|
| 181 | + * @param string $f callback to apply |
|
| 182 | 182 | * @param $array array |
| 183 | 183 | * @return array |
| 184 | 184 | */ |