We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First install says needs php 7.4 or higher but i have php8 i installed with --ignore-platform-req="mtrajano/laravel-swagger"
but when i try to generate i get the error below.
php artisan laravel-swagger:generate ErrorException Method ReflectionParameter::getClass() is deprecated at vendor/mtrajano/laravel-swagger/src/Generator.php:193 189▕ 190▕ $parameters = $action_instance->getParameters(); 191▕ 192▕ foreach ($parameters as $parameter) { ➜ 193▕ $class = $parameter->getClass(); 194▕ 195▕ if (!$class) { 196▕ continue; 197▕ } +18 vendor frames 19 artisan:37 Illuminate\Foundation\Console\Kernel::handle()
The text was updated successfully, but these errors were encountered:
@ap-coder Hi, I missed this issue yesterday for some reason. Looks like I posted a duplicate with #60
I also posted PR #61 to fix the deprecation error.
Sorry, something went wrong.
No branches or pull requests
Description:
First install says needs php 7.4 or higher but i have php8
i installed with --ignore-platform-req="mtrajano/laravel-swagger"
but when i try to generate i get the error below.
The text was updated successfully, but these errors were encountered: