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

Mark all classes as final #99

Merged
merged 1 commit into from
May 3, 2017
Merged

Mark all classes as final #99

merged 1 commit into from
May 3, 2017

Conversation

clue
Copy link
Member

@clue clue commented May 3, 2017

Classes should be used via composition rather than extension.
This reduces our API footprint and avoids future BC breaks by avoiding
exposing its internal assumptions.

Builds on top of #95

Classes should be used via composition rather than extension.
This reduces our API footprint and avoids future BC breaks by avoiding
exposing its internal assumptions.
@clue clue merged commit 4a6c128 into reactphp:master May 3, 2017
@clue clue deleted the final branch May 3, 2017 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants