Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
DarkGhostHunter authored and StyleCIBot committed Mar 7, 2024
1 parent c9eca42 commit a6fabd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Illuminate\Support\Traits\Macroable;
use JsonSerializable;
use Stringable;

use function is_array;
use function json_encode;
use function sort;
Expand Down
2 changes: 2 additions & 0 deletions src/Bag.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
use Closure;
use Illuminate\Support\Collection;
use Illuminate\Support\Traits\Macroable;

use function array_key_last;
use function is_iterable;
use function json_decode;

use const JSON_THROW_ON_ERROR;

/**
Expand Down

0 comments on commit a6fabd7

Please sign in to comment.