From a6fabd73672603ab9dbf3997d5c8d6101ecd5308 Mon Sep 17 00:00:00 2001 From: Italo Date: Thu, 7 Mar 2024 02:28:58 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Alert.php | 1 + src/Bag.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/Alert.php b/src/Alert.php index 0430340..947fade 100644 --- a/src/Alert.php +++ b/src/Alert.php @@ -10,6 +10,7 @@ use Illuminate\Support\Traits\Macroable; use JsonSerializable; use Stringable; + use function is_array; use function json_encode; use function sort; diff --git a/src/Bag.php b/src/Bag.php index 2bc52fb..0cd269b 100644 --- a/src/Bag.php +++ b/src/Bag.php @@ -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; /**