Completed
Push — master ( 77725b...f2a46e )
by Joachim
12:59
created
src/Payload/PaymentRequest.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
     /**
322 322
      * @return string
323 323
      */
324
-    public function getLanguage() : ?string
324
+    public function getLanguage() : ? string
325 325
     {
326 326
         return $this->language;
327 327
     }
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
     /**
340 340
      * @return array
341 341
      */
342
-    public function getTransactionInfo() : ?array
342
+    public function getTransactionInfo() : ? array
343 343
     {
344 344
         return $this->transactionInfo;
345 345
     }
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     /**
358 358
      * @return string
359 359
      */
360
-    public function getType() : ?string
360
+    public function getType() : ? string
361 361
     {
362 362
         return $this->type;
363 363
     }
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     /**
376 376
      * @return string
377 377
      */
378
-    public function getCcToken() : ?string
378
+    public function getCcToken() : ? string
379 379
     {
380 380
         return $this->ccToken;
381 381
     }
@@ -393,7 +393,7 @@  discard block
 block discarded – undo
393 393
     /**
394 394
      * @return string
395 395
      */
396
-    public function getSaleReconciliationIdentifier() : ?string
396
+    public function getSaleReconciliationIdentifier() : ? string
397 397
     {
398 398
         return $this->saleReconciliationIdentifier;
399 399
     }
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
     /**
412 412
      * @return string
413 413
      */
414
-    public function getSaleInvoiceNumber() : ?string
414
+    public function getSaleInvoiceNumber() : ? string
415 415
     {
416 416
         return $this->saleInvoiceNumber;
417 417
     }
@@ -429,7 +429,7 @@  discard block
 block discarded – undo
429 429
     /**
430 430
      * @return float
431 431
      */
432
-    public function getSalesTax() : ?float
432
+    public function getSalesTax() : ? float
433 433
     {
434 434
         return $this->salesTax;
435 435
     }
@@ -465,7 +465,7 @@  discard block
 block discarded – undo
465 465
     /**
466 466
      * @return string
467 467
      */
468
-    public function getPaymentSource() : ?string
468
+    public function getPaymentSource() : ? string
469 469
     {
470 470
         return $this->paymentSource;
471 471
     }
@@ -483,7 +483,7 @@  discard block
 block discarded – undo
483 483
     /**
484 484
      * @return string
485 485
      */
486
-    public function getFraudService() : ?string
486
+    public function getFraudService() : ? string
487 487
     {
488 488
         return $this->fraudService;
489 489
     }
@@ -501,7 +501,7 @@  discard block
 block discarded – undo
501 501
     /**
502 502
      * @return string
503 503
      */
504
-    public function getShippingMethod() : ?string
504
+    public function getShippingMethod() : ? string
505 505
     {
506 506
         return $this->shippingMethod;
507 507
     }
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
     /**
520 520
      * @return string
521 521
      */
522
-    public function getCustomerCreatedDate() : ?string
522
+    public function getCustomerCreatedDate() : ? string
523 523
     {
524 524
         return $this->customerCreatedDate;
525 525
     }
@@ -537,7 +537,7 @@  discard block
 block discarded – undo
537 537
     /**
538 538
      * @return string
539 539
      */
540
-    public function getOrganisationNumber() : ?string
540
+    public function getOrganisationNumber() : ? string
541 541
     {
542 542
         return $this->organisationNumber;
543 543
     }
@@ -555,7 +555,7 @@  discard block
 block discarded – undo
555 555
     /**
556 556
      * @return string
557 557
      */
558
-    public function getAccountOffer() : ?string
558
+    public function getAccountOffer() : ? string
559 559
     {
560 560
         return $this->accountOffer;
561 561
     }
@@ -573,7 +573,7 @@  discard block
 block discarded – undo
573 573
     /**
574 574
      * @return OrderLineInterface[]
575 575
      */
576
-    public function getOrderLines() : ?array
576
+    public function getOrderLines() : ? array
577 577
     {
578 578
         return $this->orderLines;
579 579
     }
Please login to merge, or discard this patch.