Skip to content

Commit cfa83d1

Browse files
committed
Fix CodeStyle
1 parent ac6b93a commit cfa83d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Helper/IDivMerchant.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?php
2-
declare(strict_types=1);
1+
<?php declare(strict_types = 1);
32

43
namespace Contributte\ThePay\Helper;
54

@@ -9,6 +8,6 @@
98
interface IDivMerchant
109
{
1110

12-
public function create(Payment $payment) : DivMerchant;
11+
public function create(Payment $payment): DivMerchant;
1312

1413
}

0 commit comments

Comments
 (0)