8000 minor #23043 add \ to PHP_VERSION_ID fixes #22650 by vincentaubert · Pull Request #23043 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

minor #23043 add \ to PHP_VERSION_ID fixes #22650 #23043

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

Closed
wants to merge 2 commits into from

Conversation

vincentaubert
Copy link
Contributor
@vincentaubert vincentaubert commented Jun 2, 2017
Q A
Branch? 3.3
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #22650
License MIT
Doc PR n/a

this PR is the last one fixing the \ before PHP_VERSION_ID closes definitively #22650

@vincentaubert vincentaubert changed the title minor add \ to PHP_VERSION_ID fixes #22650 minor #23043 add \ to PHP_VERSION_ID fixes #22650 Jun 2, 2017
@@ -16,7 +16,7 @@
error_reporting(-1);

// PHPUnit 4.8 does not support PHP 7, while 5.1 requires PHP 5.6+
$PHPUNIT_VERSION = PHP_VERSION_ID >= 50600 ? getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.7' : '4.8';
$PHPUNIT_VERSION = \PHP_VERSION_ID >= 50600 ? getenv('SYMFONY_PHPUNIT_VERSION') ?: '5.7' : '4.8';
Copy link
Member

Choose a reason for hiding this comment

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

root namespace, no need here

@vincentaubert
Copy link
Contributor Author

fixed

@fabpot
Copy link
Member
fabpot commented Jun 2, 2017

Good catch, thanks @vincentaubert.

fabpot pushed a commit that referenced this pull request Jun 2, 2017
fabpot added a commit that referenced this pull request Jun 2, 2017
…ntaubert)

This PR was squashed before being merged into the 3.3 branch (closes #23043).

Discussion
----------

minor #23043 add \ to PHP_VERSION_ID fixes #22650

| Q             | A
| ------------- | ---
| Branch?       |  3.3
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #22650
| License       | MIT
| Doc PR        | n/a

this PR is the last one fixing the \ before PHP_VERSION_ID closes definitively #22650

Commits
-------

d3e6a2d minor #23043 add \ to PHP_VERSION_ID fixes #22650
@fabpot fabpot closed this Jun 2, 2017
nicolas-grekas added a commit that referenced this pull request Jun 2, 2017
* 3.3:
  [Yaml] Clarify "incompatible key casting" deprecation message
  minor #23043 add \ to PHP_VERSION_ID fixes #22650
  [PhpUnitBridge] Fix detection of PHPUnit 5
  Adding a new event subscriber that "parses" the _controller attribute in the FW
nicolas-grekas added a commit that referenced this pull request Jun 2, 2017
* 3.4:
  [Yaml] Clarify "incompatible key casting" deprecation message
  minor #23043 add \ to PHP_VERSION_ID fixes #22650
  [PhpUnitBridge] Fix detection of PHPUnit 5
  Adding a new event subscriber that "parses" the _controller attribute in the FW
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.

5 participants
0