Skip to content

Conversation

@binaryfire
Copy link
Contributor

Add : mixed return type to get() and make() methods. This fixes incorrect facade docblock generation (via hypervel/facade-documenter) which defaults to void when no return type is declared, causing IDE errors when using App::get() to resolve services.

Add `: mixed` return type to get() and make() methods. This fixes
incorrect facade docblock generation (via hypervel/facade-documenter)
which defaults to `void` when no return type is declared, causing
IDE errors when using App::get() to resolve services.
@albertcht albertcht added the enhancement Improved feature or adjustments. label Dec 23, 2025
@albertcht albertcht changed the title Add missing return types to Container::get() and Container::make() improve: add missing return types to Container::get() and Container::make() Dec 24, 2025
@albertcht albertcht merged commit d13a0c7 into hypervel:main Dec 24, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improved feature or adjustments.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants