Thanks to visit codestin.com
Credit goes to github.com

Skip to content

remove an unneeded check #12551

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
Nov 28, 2014
Merged

remove an unneeded check #12551

merged 1 commit into from
Nov 28, 2014

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Nov 23, 2014

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

It is already checked in the isEnabled() method if the current PHP
build is HHVM and the server:run command is never enabled then.
Thus, it's not needed to check for HHVM on every command execution.

It is already checked in the `isEnabled()` method if the current PHP
build is HHVM and the `server:run` command is never enabled then.
Thus, it's not needed to check for HHVM on every command execution.
@xabbuh
Copy link
Member Author

xabbuh commented Nov 23, 2014

As mentioned by @stof in #12489.

@fabpot
Copy link
Member

fabpot commented Nov 28, 2014

Thank you @xabbuh.

@fabpot fabpot merged commit 2035fea into symfony:2.5 Nov 28, 2014
fabpot added a commit that referenced this pull request Nov 28, 2014
This PR was merged into the 2.5 branch.

Discussion
----------

remove an unneeded check

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

It is already checked in the `isEnabled()` method if the current PHP
build is HHVM and the `server:run` command is never enabled then.
Thus, it's not needed to check for HHVM on every command execution.

Commits
-------

2035fea remove an unneeded check
@xabbuh xabbuh deleted the remove-unneeded-check branch November 28, 2014 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants