Replies: 1 comment 1 reply
-
The API documentation is not implemented by Laravel community, but by Doctum, a PHP API documentation generator. Fork of Sami. Refer to their GitHub issues and/or PRs! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was going through the Laravel API Documentation and it seems that methods without parameters in "macroable" classes aren't generated correctly.
The method description's first letter is replaced with $ and the Parameters section looks wrong.
Example: https://laravel.com/api/10.x/Illuminate/Database/Schema/ColumnDefinition.html#method_autoIncrement
EDIT: Same goes for 9.x and 8.x documentations
Beta Was this translation helpful? Give feedback.
All reactions