Skip to content

Commit

Permalink
Fix CodeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Mar 20, 2019
1 parent ac6b93a commit cfa83d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Helper/IDivMerchant.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types = 1);

namespace Contributte\ThePay\Helper;

Expand All @@ -9,6 +8,6 @@
interface IDivMerchant
{

public function create(Payment $payment) : DivMerchant;
public function create(Payment $payment): DivMerchant;

}

0 comments on commit cfa83d1

Please sign in to comment.