-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Debug] Removed deprecated interfaces #14169
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
Conversation
nicolas-grekas
commented
Apr 2, 2015
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
|
||
* removed classes, methods and interfaces deprecated in 2.x | ||
|
||
2.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should go in the 2.7 branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it in #14159 and duplicated here to help with merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should at least remove the line about the new function in the C extension, given it is not merged yet
d64c380
to
e2c3801
Compare
* Registers the error handler. | ||
* | ||
* @param self|null|int $handler The handler to register, or @deprecated (since version 2.6, to be removed in 3.0) bit field of thrown levels | ||
* @param bool $replace Whether to replace or not any existing handler | ||
* @param self|null $handler The handler to register. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dots at the end of @param
must be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
e2c3801
to
2000867
Compare
Thank you @nicolas-grekas. |
This PR was merged into the 3.0-dev branch. Discussion ---------- [Debug] Removed deprecated interfaces | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 2000867 [Debug] Removed deprecated interfaces