Skip to content

Commit

Permalink
Apply fixes from StyleCI (w7corp#1102)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
overtrue authored Jan 13, 2018
1 parent 3a78461 commit 4bdfd4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Payment/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function scheme(string $productId): string
* @return \Symfony\Component\HttpFoundation\Response
*
* @codeCoverageIgnore
*
* @throws \EasyWeChat\Kernel\Exceptions\Exception
*/
public function handlePaidNotify(Closure $closure)
Expand All @@ -107,6 +108,7 @@ public function handlePaidNotify(Closure $closure)
* @return \Symfony\Component\HttpFoundation\Response
*
* @codeCoverageIgnore
*
* @throws \EasyWeChat\Kernel\Exceptions\Exception
*/
public function handleRefundedNotify(Closure $closure)
Expand All @@ -120,6 +122,7 @@ public function handleRefundedNotify(Closure $closure)
* @return \Symfony\Component\HttpFoundation\Response
*
* @codeCoverageIgnore
*
* @throws \EasyWeChat\Kernel\Exceptions\Exception
*/
public function handleScannedNotify(Closure $closure)
Expand Down

0 comments on commit 4bdfd4f

Please sign in to comment.