@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | /** |
52 | 52 | * Adds in the requirements for the field |
53 | 53 | * @param array $properties Array of properties for the form element (not used) |
54 | - * @return string Rendered field template |
|
54 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText Rendered field template |
|
55 | 55 | */ |
56 | 56 | public function Field($properties = []) |
57 | 57 | { |
@@ -155,6 +155,7 @@ discard block |
||
155 | 155 | |
156 | 156 | /** |
157 | 157 | * Setter for _siteKey to allow injector config to override the value |
158 | + * @param string $key |
|
158 | 159 | */ |
159 | 160 | public function setSiteKey($key) |
160 | 161 | { |
@@ -163,6 +164,7 @@ discard block |
||
163 | 164 | |
164 | 165 | /** |
165 | 166 | * Setter for _secretKey to allow injector config to override the value |
167 | + * @param string $key |
|
166 | 168 | */ |
167 | 169 | public function setSecretKey($key) |
168 | 170 | { |