File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/Symfony/Component/ExpressionLanguage Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
| Q | A
2
2
| ------------- | ---
3
- | Branch? | master for features / 3.4, 4.4 or 5.1 for bug fixes <!-- see below -->
3
+ | Branch? | 5.x for features / 3.4, 4.4 or 5.1 for bug fixes <!-- see below -->
4
4
| Bug fix? | yes/no
5
5
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
6
6
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
@@ -16,5 +16,5 @@ Additionally (see https://symfony.com/releases):
16
16
- Never break backward compatibility (see https://symfony.com/bc).
17
17
- Bug fixes must be submitted against the lowest maintained branch where they apply
18
18
(lowest branches are regularly merged to upper ones so they get the fixes too.)
19
- - Features and deprecations must be submitted against branch master .
19
+ - Features and deprecations must be submitted against branch 5.x .
20
20
-->
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
15
15
if (\PHP_VERSION_ID < 70300 ) {
16
16
putenv ('SYMFONY_PHPUNIT_VERSION=8.5 ' );
17
17
} else {
18
- putenv ('SYMFONY_PHPUNIT_VERSION=9.3 ' );
18
+ putenv ('SYMFONY_PHPUNIT_VERSION=9.4 ' );
19
19
}
20
20
} elseif (\PHP_VERSION_ID >= 70000 ) {
21
21
putenv ('SYMFONY_PHPUNIT_VERSION=6.5 ' );
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function __toString()
54
54
/**
55
55
* Tests the current token for a type and/or a value.
56
56
*
57
- * @param array|int $type The type to test
57
+ * @param string $type The type to test
58
58
* @param string|null $value The token value
59
59
*
60
60
* @return bool
You can’t perform that action at this time.
0 commit comments