Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Aug 15, 2023
1 parent 6a380e2 commit 68bbb66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Aspect/ExceptionHandlerDispatcherAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/Event/ExceptionDispatched.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 68bbb66

Please sign in to comment.