-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
PHP Notice: Undefined variable: convertedUri in ConvertCommand.php:172 #4
Comments
Can you give me an example markdown of one of the endpoints that gives you these notices and warnings? |
Hi @razvanphp, can you update (e.g. |
Hey @kielabokkie, now some of the errors are gone, but we still get this one:
Thanks for the support! |
Hi @razvanphp, if you can give me an example markdown file with the endpoint that fails then that would be great so I can test it. |
Hey @kielabokkie, here it is, sorry for the delay. |
Thanks @razvanphp, I see what the issue is now. This error occurs when your endpoint has query parameters but you haven't described those under the parameters part of your API blueprint. I think I will make it so it shows a nice warning telling you what parameters haven't been described for which endpoint so you can update your documentation (as it is important to document those too ;)). |
Hello,
For some of our endpoints we get those errors:
Do you have any clue why? In any case, your code should initialize the variable so the notice is avoided.
The text was updated successfully, but these errors were encountered: