diff --git a/src/Test/IntegrationTestCase.php b/src/Test/IntegrationTestCase.php index 78b0171e12f..8690a809e38 100644 --- a/src/Test/IntegrationTestCase.php +++ b/src/Test/IntegrationTestCase.php @@ -31,6 +31,7 @@ abstract class IntegrationTestCase extends TestCase { /** * @deprecated since Twig 3.13, use getFixturesDirectory() instead. + * * @return string */ protected function getFixturesDir() diff --git a/src/TokenParser/TypesTokenParser.php b/src/TokenParser/TypesTokenParser.php index 2172ed26361..2e0850e7e9b 100644 --- a/src/TokenParser/TypesTokenParser.php +++ b/src/TokenParser/TypesTokenParser.php @@ -23,6 +23,7 @@ * {% types {foo: 'int', bar?: 'string'} %} * * @author Jeroen Versteeg + * * @internal */ final class TypesTokenParser extends AbstractTokenParser diff --git a/tests/LexerTest.php b/tests/LexerTest.php index d8da5545821..a9cb7cb6205 100644 --- a/tests/LexerTest.php +++ b/tests/LexerTest.php @@ -231,6 +231,7 @@ public static function getStringWithEscapedDelimiter() /** * @group legacy + * * @dataProvider getStringWithEscapedDelimiterProducingDeprecation */ public function testStringWithEscapedDelimiterProducingDeprecation(string $template, string $expected, string $expectedDeprecation)