Merge branch '3.x' into 4.x

* 3.x:
  Fix tiny typo in CI workflow label
  Fix typo
  Fix opcache preload warning for unlinked anonymous class
  Bump version
  Prepare the 3.22.2 release
  Add .gitignore & .gitattributes to all .gitattributes
This commit is contained in:
Fabien Potencier
2026-01-07 16:24:12 +01:00
10 changed files with 13 additions and 3 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
/.github/ export-ignore
/bin/ export-ignore
/doc/ export-ignore
/extra/ export-ignore
/tests/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.git* export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpunit.xml.dist export-ignore
/phpstan.neon.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+1
View File
@@ -1,2 +1,3 @@
/Tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore
+4
View File
@@ -21,6 +21,10 @@ use Twig\Extension\StagingExtension;
use Twig\NodeVisitor\NodeVisitorInterface;
use Twig\TokenParser\TokenParserInterface;
// Help opcache.preload discover always-needed symbols
// @see https://github.com/php/php-src/issues/10131
class_exists(BinaryOperatorExpressionParser::class);
/**
* @author Fabien Potencier <fabien@symfony.com>
*