composer fix-style

This commit is contained in:
laravel-ide-helper
2025-05-15 07:57:32 +00:00
committed by github-actions[bot]
parent e0b2f86326
commit ae0a06d406
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class Generator
Macro::setDefaultReturnTypes($this->config->get('ide-helper.macro_default_return_types', [
\Illuminate\Http\Client\Factory::class => \Illuminate\Http\Client\PendingRequest::class,
]));
// Make all interface classes absolute
foreach ($this->interfaces as &$interface) {
$interface = '\\' . ltrim($interface, '\\');