From d3dbb2b672b573ba7397f399021c2ac0fc65517d Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:10:45 +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 2eb4297..608f45f 100644 --- a/src/Aspect/ExceptionHandlerDispatcherAspect.php +++ b/src/Aspect/ExceptionHandlerDispatcherAspect.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/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 5922e21..8184770 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/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 8346bd1..368373c 100644 --- a/src/Event/ExceptionDispatched.php +++ b/src/Event/ExceptionDispatched.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/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 e5e8b89..cf53e99 100644 --- a/src/Functions.php +++ b/src/Functions.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent; use FriendsOfHyperf\ExceptionEvent\Event\ExceptionDispatched;