Skip to content

Commit 7455098

Browse files
committed
Fix code style
1 parent fe63d66 commit 7455098

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Helper/IPaymentMethod.php

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

43
namespace Contributte\ThePay\Helper;
54

65
interface IPaymentMethod
76
{
7+
88
public const CREDIT_CARD_PAYMENT_ID = 21;
9+
910
}

0 commit comments

Comments
 (0)