Skip to content
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

Why is Oauthphirehose labeled as internal? #104

Closed
codedge opened this issue Jun 27, 2016 · 1 comment
Closed

Why is Oauthphirehose labeled as internal? #104

codedge opened this issue Jun 27, 2016 · 1 comment

Comments

@codedge
Copy link

codedge commented Jun 27, 2016

The class Oauthphirehose has @interal docblock. Nevertheless this is the class I normally need to extend, to pass in the consumerKey and consumerSecret, right?

@DarrenCook
Copy link
Contributor

@internal is used for comments only of interest to developers modifying that code (rather than something to be exported to the public API docs). That javadoc tag is not labelling the class.

https://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.internal.pkg.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants