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
not sure i want to commit to phpdoc tho, i like to keep the comments simple, might add api docs to the website instead
having only the types defined in the php sources (without further full-text description) would already be enough, as our static analysis jobs (and IDE) would do the rest
would be great to have phpdocs for the most used methods which are required for integration with the host applications, e.g.
resolveAsCommand
resolveAsQueueJob
at best we could have psalm or phpstan like phpdocs, which are pretty precise about the contents of the arrays involved see e.g.
The text was updated successfully, but these errors were encountered: