You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is a bug. That's just an old screenshot. We don't show the full name anymore (cars[].year), since it's now visually nested under cars.
Thank you for the clarification. However, I still believe the previous visual representation was clearer. For example, even if the user names the variable car, the nested variable would appear as car[].year. This format explicitly indicates that car is an array of objects, which enhances understanding for other users.
It would be helpful to revert to the old visual representation. If that's not feasible, I suggest updating the current documentation to align with the example output, as it currently may lead to confusion.
Scribe version
4.37
PHP version
8.1
Framework
Laravel
Framework version
9.19
Scribe config
What happened?
I have used the following code comments
/**
*/
But it is not generating docs as per given output in docs
Given Output
Actual Output
Docs
The text was updated successfully, but these errors were encountered: