Skip to content

Commit ae0a06d

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent e0b2f86 commit ae0a06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/ide-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
|
286286
*/
287287
'macro_default_return_types' => [
288-
\Illuminate\Http\Client\Factory::class => \Illuminate\Http\Client\PendingRequest::class,
288+
Illuminate\Http\Client\Factory::class => Illuminate\Http\Client\PendingRequest::class,
289289
],
290290

291291
/*

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct(
6363
Macro::setDefaultReturnTypes($this->config->get('ide-helper.macro_default_return_types', [
6464
\Illuminate\Http\Client\Factory::class => \Illuminate\Http\Client\PendingRequest::class,
6565
]));
66-
66+
6767
// Make all interface classes absolute
6868
foreach ($this->interfaces as &$interface) {
6969
$interface = '\\' . ltrim($interface, '\\');

0 commit comments

Comments
 (0)