We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mark classes that are internal and not covered by the BC promise as @internal via PHPDoc to let users know that they shouldn't rely on their API.
@internal
Method signatures may be changed in minor releases.
The text was updated successfully, but these errors were encountered:
I think we could also add final to some classes like CollectionPersister or such
final
CollectionPersister
Sorry, something went wrong.
Absolutely. We can prepare that and mark them as @final in 1.3 along with deprecation notices if they're extended.
@final
Closing as I've just opened #1984 to mark classes as final which was last thing to do in this issue (PR has a needs compat label)
No branches or pull requests
Mark classes that are internal and not covered by the BC promise as
@internal
via PHPDoc to let users know that they shouldn't rely on their API.Method signatures may be changed in minor releases.
The text was updated successfully, but these errors were encountered: