mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
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:
+1
-3
@@ -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,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
/Tests export-ignore
|
||||
/.git* export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
|
||||
@@ -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>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user