Completed
Push — master ( 324319...e9ec8f )
by Bram
06:01
created
code/model/Attendee.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -349,7 +349,7 @@
 block discarded – undo
349 349
      * Get the user field and store it in a static cache
350 350
      * todo: add a cache that saves the field value on save and retrieves the values here, dumb, so empty fields don't trigger queries
351 351
      *
352
-     * @param $field
352
+     * @param string $field
353 353
      * @return mixed|null|string
354 354
      */
355 355
     public function getUserField($field)
Please login to merge, or discard this patch.