Completed
Push — master ( bf3aca...17c735 )
by JM
02:31
created
src/fieldwork/Form.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -143,6 +143,9 @@  discard block
 block discarded – undo
143 143
         return $this;
144 144
     }
145 145
 
146
+    /**
147
+     * @param string $slug
148
+     */
146 149
     public function getDataFieldName ($slug)
147 150
     {
148 151
         return $this->getGlobalSlug() . '-data-' . $slug;
@@ -169,6 +172,9 @@  discard block
 block discarded – undo
169 172
         return null;
170 173
     }
171 174
 
175
+    /**
176
+     * @param string $key
177
+     */
172 178
     public function getValue ($key, $default = '')
173 179
     {
174 180
         return $this->method->getValue($key, $default);
Please login to merge, or discard this patch.