From 68bbb6610542d639b9c105fce386ed83635c0c70 Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:11:46 +0800 Subject: [PATCH] Cs Fix --- src/Aspect/ExceptionHandlerDispatcherAspect.php | 1 + src/ConfigProvider.php | 1 + src/Event/ExceptionDispatched.php | 1 + src/Functions.php | 1 + 4 files changed, 4 insertions(+) diff --git a/src/Aspect/ExceptionHandlerDispatcherAspect.php b/src/Aspect/ExceptionHandlerDispatcherAspect.php index 6872fac..b8e7ca7 100644 --- a/src/Aspect/ExceptionHandlerDispatcherAspect.php +++ b/src/Aspect/ExceptionHandlerDispatcherAspect.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent\Aspect; use FriendsOfHyperf\ExceptionEvent\Event\ExceptionDispatched; diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 6544799..1c02ba6 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent; use FriendsOfHyperf\ExceptionEvent\Aspect\ExceptionHandlerDispatcherAspect; diff --git a/src/Event/ExceptionDispatched.php b/src/Event/ExceptionDispatched.php index 2572542..84cc185 100644 --- a/src/Event/ExceptionDispatched.php +++ b/src/Event/ExceptionDispatched.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent\Event; use Psr\Http\Message\ResponseInterface; diff --git a/src/Functions.php b/src/Functions.php index 4260b4d..b13421b 100644 --- a/src/Functions.php +++ b/src/Functions.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent{ use FriendsOfHyperf\ExceptionEvent\Event\ExceptionDispatched; use Hyperf\Context\ApplicationContext;