Completed
Push — master ( 11ac7e...375f16 )
by Michael
10:55
created
src/Forms/HCaptchaField.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.