Completed
Push — master ( 22c5b7...3be2c4 )
by
unknown
02:47
created
code/forms/OrderFormAddress.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -315,7 +315,7 @@  discard block
 block discarded – undo
315 315
      * - saved
316 316
      * - has password.
317 317
      *
318
-     * @return bool
318
+     * @return boolean|null
319 319
      */
320 320
     protected function orderHasFullyOperationalMember()
321 321
     {
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
      *
350 350
      * @param array       $data    Form request data submitted from OrderForm
351 351
      * @param Form        $form    Form object for this action
352
-     * @param HTTPRequest $request Request object for this action
352
+     * @param SS_HTTPRequest $request Request object for this action
353 353
      */
354 354
     public function saveAddress(array $data, Form $form, SS_HTTPRequest $request)
355 355
     {
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
      *
372 372
      * @param array       $data    Form request data submitted from OrderForm
373 373
      * @param Form        $form    Form object for this action
374
-     * @param HTTPRequest $request Request object for this action
374
+     * @param SS_HTTPRequest $request Request object for this action
375 375
      */
376 376
     public function saveAddressDetails(array $data, Form $form, SS_HTTPRequest $request)
377 377
     {
@@ -454,7 +454,6 @@  discard block
 block discarded – undo
454 454
     /**
455 455
      * saves the form into session.
456 456
      *
457
-     * @param array $data - data from form.
458 457
      */
459 458
     public function saveDataToSession()
460 459
     {
Please login to merge, or discard this patch.