Completed
Pull Request — master (#12)
by Simon
08:01 queued 06:43
created
src/models/PartialFormSubmission.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,6 +175,7 @@  discard block
 block discarded – undo
175 175
 
176 176
     /**
177 177
      * @param Member
178
+     * @param Member $member
178 179
      *
179 180
      * @return boolean|string
180 181
      */
@@ -189,6 +190,7 @@  discard block
 block discarded – undo
189 190
 
190 191
     /**
191 192
      * @param Member
193
+     * @param Member $member
192 194
      *
193 195
      * @return boolean|string
194 196
      */
@@ -203,6 +205,7 @@  discard block
 block discarded – undo
203 205
 
204 206
     /**
205 207
      * @param Member
208
+     * @param Member $member
206 209
      *
207 210
      * @return boolean|string
208 211
      */
@@ -240,7 +243,7 @@  discard block
 block discarded – undo
240 243
     /**
241 244
      * Get the unique token for the share link
242 245
      *
243
-     * @return bool|string|null
246
+     * @return boolean|string
244 247
      * @throws \Exception
245 248
      */
246 249
     protected function getPartialToken()
Please login to merge, or discard this patch.