From a7d11e38896c6055866fa58bbdb28540b1c39935 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 20 Sep 2026 02:54:05 -0600 Subject: [PATCH] Lint --- config/ide-helper.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/ide-helper.php b/config/ide-helper.php index 483afa196..5f7b54322 100644 --- a/config/ide-helper.php +++ b/config/ide-helper.php @@ -1,5 +1,8 @@ false, 'helper_files' => [ - base_path() . '/vendor/laravel/framework/src/Illuminate/Support/helpers.php', - base_path() . '/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php', + base_path().'/vendor/laravel/framework/src/Illuminate/Support/helpers.php', + base_path().'/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php', ], /* @@ -284,7 +287,7 @@ return [ | */ 'macro_default_return_types' => [ - Illuminate\Http\Client\Factory::class => Illuminate\Http\Client\PendingRequest::class, + Factory::class => PendingRequest::class, ], /*