Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #1118 [TwigComponent] Remove 3 futures deprecations (minor) (sm…
…nandre) This PR was squashed before being merged into the 2.x branch. Discussion ---------- [TwigComponent] Remove 3 futures deprecations (minor) | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | License | MIT Fix deprecations Framework ``` 1x: Since symfony/framework-bundle 6.4: Not setting the "framework.handle_all_throwables" config option is deprecated. It will default to "true" in 7.0. 1x in ComponentFactoryTest::testTwigComponentServiceTagWithoutKeyButCollissionCausesAnException from Symfony\UX\TwigComponent\Tests\Integration 1x: Since symfony/framework-bundle 6.4: Not setting the "framework.php_errors.log" config option is deprecated. It will default to "true" in 7.0. 1x in ComponentFactoryTest::testTwigComponentServiceTagWithoutKeyButCollissionCausesAnException from Symfony\UX\TwigComponent\Tests\Integration ``` PHPUnit ``` 1) Symfony\UX\TwigComponent\Tests\Unit\TwigPreLexerTest::testPreLex Data Provider method Symfony\UX\TwigComponent\Tests\Unit\TwigPreLexerTest::getLexTests() is not static ``` Commits ------- 531700e [TwigComponent] Remove 3 futures deprecations (minor)
- Loading branch information