1
DBX12
2y

Why is laravel so poorly documented? Take \Illuminate\Mail\Mailer::send() as example. The third parameter is a callback. Nothing more. No info in the docblock what that callback does, when it is called or what the signature looks like. You have to go into the code and hope to find it out without climbing through a dozen classes.

If they are so sparse with the information in the docblock, they can leave it away completely.

Comments
Add Comment