Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08d8288

Browse files
Merge pull request #19 from phpviet/analysis-yvNaJD
Apply fixes from StyleCI
2 parents 2062a77 + 674cf53 commit 08d8288

21 files changed

+23
-2
lines changed

‎src/Facades/MoMo/AllInOneGateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* @method static \Omnipay\MoMo\Message\AllInOne\QueryRefundRequest queryRefund(array $options = [])
1414
*
1515
* @author Vuong Minh <vuongxuongminh@gmail.com>
16+
*
1617
* @since 1.0.0
1718
*/
1819
class AllInOneGateway extends Facade

‎src/Facades/MoMo/AppInAppGateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @method static \Omnipay\MoMo\Message\PayRefundRequest queryRefund(array $options = [])
1919
*
2020
* @author Vuong Minh <vuongxuongminh@gmail.com>
21+
*
2122
* @since 1.0.0
2223
*/
2324
class AppInAppGateway extends Facade

‎src/Facades/MoMo/POSGateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @method static \Omnipay\MoMo\Message\PayRefundRequest queryRefund(array $options = [])
1919
*
2020
* @author Vuong Minh <vuongxuongminh@gmail.com>
21+
*
2122
* @since 1.0.0
2223
*/
2324
class POSGateway extends Facade

‎src/Facades/MoMo/QRCodeGateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @method static \Omnipay\MoMo\Message\PayRefundRequest queryRefund(array $options = [])
1919
*
2020
* @author Vuong Minh <vuongxuongminh@gmail.com>
21+
*
2122
* @since 1.0.0
2223
*/
2324
class QRCodeGateway extends Facade

‎src/Facades/OnePay/DomesticGateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @method static \Omnipay\OnePay\Message\IncomingRequest notification(array $options = [])
1919
*
2020
* @author Vuong Minh <vuongxuongminh@gmail.com>
21+
*
2122
* @since 1.0.0
2223
*/
2324
class DomesticGateway extends Facade

‎src/Facades/OnePay/InternationalGateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @method static \Omnipay\OnePay\Message\IncomingRequest notification(array $options = [])
1919
*
2020
* @author Vuong Minh <vuongxuongminh@gmail.com>
21+
*
2122
* @since 1.0.0
2223
*/
2324
class InternationalGateway extends Facade

‎src/Facades/VNPay/Gateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @method static \Omnipay\VNPay\Message\RefundRequest refund(array $options = [])
2020
*
2121
* @author Vuong Minh <vuongxuongminh@gmail.com>
22+
*
2223
* @since 1.0.0
2324
*/
2425
class Gateway extends Facade

‎src/Facades/VTCPay/Gateway.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @method static \Omnipay\VTCPay\Message\NotificationRequest notification(array $options = [])
1818
*
1919
* @author Vuong Minh <vuongxuongminh@gmail.com>
20+
*
2021
* @since 1.0.0
2122
*/
2223
class Gateway extends Facade

‎src/Middleware/CompletePurchaseMiddleware.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515

1616
/**
1717
* @author Vuong Minh <vuongxuongminh@gmail.com>
18+
*
1819
* @since 1.1.0
1920
*/
2021
class CompletePurchaseMiddleware
2122
{
2223
/**
23-
* @param \Illuminate\Http\Request $request
24-
* @param \Closure $next
24+
* @param \Illuminate\Http\Request $request
25+
* @param \Closure $next
2526
* @return mixed
2627
*/
2728
public function handle($request, Closure $next, string $gateway)

‎src/OmnipayServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* @author Vuong Minh <vuongxuongminh@gmail.com>
15+
*
1516
* @since 1.0.0
1617
*/
1718
class OmnipayServiceProvider extends ServiceProvider

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /