Skip to content

[3.0] Various deprecation removal #15685

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

Merged
merged 1 commit into from
Sep 6, 2015
Merged

Conversation

nicolas-grekas
Copy link
Member

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

@sstok
Copy link
Contributor

sstok commented Sep 5, 2015

LGTM 👍

Edit. Oops :)

*
* @deprecated Deprecated since version 2.8, to be removed in 3.0.
*/
public function cannotBeEmpty()
Copy link
Contributor

Choose a reason for hiding this comment

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

As I understand correctly - after removing this overridion, calling this method just executes from parent class without any error?

Copy link
Member

Choose a reason for hiding this comment

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

@Koc, there is no emptiness in a boolean and numberic value. See #15285 and #15170

Copy link
Contributor

Choose a reason for hiding this comment

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

Wasn't this supposed to throw an exception ? (see this message)

Copy link
Member Author

Choose a reason for hiding this comment

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

@Ener-Getick please open an issue to get an answer

Copy link
Contributor

Choose a reason for hiding this comment

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

See #16812

@Tobion
Copy link
Contributor

Tobion commented Sep 6, 2015

👍

@Tobion
Copy link
Contributor

Tobion commented Sep 6, 2015

Status: Reviewed

@fabpot
Copy link
Member

fabpot commented Sep 6, 2015

Thank you @nicolas-grekas.

@fabpot fabpot merged commit b1f3d52 into symfony:master Sep 6, 2015
fabpot added a commit that referenced this pull request Sep 6, 2015
This PR was merged into the 3.0-dev branch.

Discussion
----------

[3.0] Various deprecation removal

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

Commits
-------

b1f3d52 [3.0] Various deprecation removal
@nicolas-grekas nicolas-grekas deleted the various3° branch September 6, 2015 15:01
@fabpot fabpot mentioned this pull request Nov 16, 2015
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.

8 participants