Completed
Push — master ( 8c9351...52e005 )
by Bram
04:57
created
code/model/Ticket.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
     /**
220 220
      * Get the event start date
221 221
      *
222
-     * @return Date
222
+     * @return SS_Datetime|null
223 223
      */
224 224
     private function getEventStartDate()
225 225
     {
Please login to merge, or discard this patch.
code/model/user-fields/UserField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
      * Create the actual field
157 157
      * Overwrite this on the field subclass
158 158
      *
159
-     * @param $fieldName string Created by the AttendeeField
159
+     * @param string $fieldName string Created by the AttendeeField
160 160
      * @param $defaultValue string Set a default value
161 161
      *
162 162
      * @return FormField
Please login to merge, or discard this patch.
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.
code/forms/CheckInValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     /**
124 124
      * Translate the given type to a readable message
125 125
      *
126
-     * @param $message string
126
+     * @param string $message string
127 127
      * @param $ticket string
128 128
      *
129 129
      * @return string
Please login to merge, or discard this patch.