From 4bdfd4f659756708700acb501ee1f866dee62cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Sat, 13 Jan 2018 08:44:56 +0800 Subject: [PATCH] Apply fixes from StyleCI (#1102) [ci skip] [skip ci] --- src/Payment/Application.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Payment/Application.php b/src/Payment/Application.php index 77f660fb0..0efae9a86 100644 --- a/src/Payment/Application.php +++ b/src/Payment/Application.php @@ -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) @@ -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) @@ -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)