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

remove deprecated features #32531

Merged
merged 1 commit into from Jul 15, 2019
Merged

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jul 13, 2019

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

@xabbuh xabbuh force-pushed the remove-deprecated-features branch from f4932b5 to f2b8329 Compare July 14, 2019 08:04
@xabbuh
Copy link
Member Author

xabbuh commented Jul 14, 2019

updated to take into account #31975/#32452 too

@@ -62,10 +62,6 @@ public function __construct(float $origin = null, bool $morePrecision = false)
*/
public function get($id)
{
if (null === $id) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add the string type hint on $id?

Copy link
Member Author

@xabbuh xabbuh Jul 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jschaedl is adding them amongst others in #32242

@fabpot
Copy link
Member

fabpot commented Jul 15, 2019

Thank you @xabbuh.

@fabpot fabpot merged commit f2b8329 into symfony:master Jul 15, 2019
fabpot added a commit that referenced this pull request Jul 15, 2019
This PR was merged into the 5.0-dev branch.

Discussion
----------

remove deprecated features

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

f2b8329 remove deprecated features
@xabbuh xabbuh deleted the remove-deprecated-features branch July 15, 2019 08:33
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.

None yet

3 participants