Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 4c73f72

Browse files
author
Andrey Helldar
authored
Merge pull request #37 from andrey-helldar/analysis-Vro04Z
Apply fixes from StyleCI
2 parents 6e2bfa5 + 60076a9 commit 4c73f72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Support/Exception.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
namespace Helldar\ApiResponse\Support;
44

5+
use function basename;
56
use Exception as BaseException;
7+
use function get_class;
68
use Illuminate\Contracts\Support\Responsable;
79
use Illuminate\Http\Exceptions\HttpResponseException;
810
use Illuminate\Http\Response as LaravelResponse;
911
use Illuminate\Validation\ValidationException;
10-
use Symfony\Component\HttpFoundation\Response as SymfonyResponse;
11-
use Throwable;
1212

13-
use function basename;
14-
use function get_class;
1513
use function is_object;
1614
use function is_subclass_of;
1715
use function str_replace;
16+
use Symfony\Component\HttpFoundation\Response as SymfonyResponse;
17+
use Throwable;
1818

1919
final class Exception
2020
{

0 commit comments

Comments
 (0)