Completed
Push — master ( 82e3be...acf0da )
by
unknown
02:19
created
src/Models/Entities/Merchant.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace AcquiroPay\Models\Entities;
6 6
 
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
335 335
     /**
336 336
      * @return Agent
337 337
      */
338
-    public function getAgent(): ?Agent
338
+    public function getAgent(): ? Agent
339 339
     {
340 340
         return $this->agent;
341 341
     }
@@ -415,7 +415,7 @@  discard block
 block discarded – undo
415 415
     /**
416 416
      * @return Tariff
417 417
      */
418
-    public function getTariff(): ?Tariff
418
+    public function getTariff(): ? Tariff
419 419
     {
420 420
         return $this->tariff;
421 421
     }
Please login to merge, or discard this patch.