Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 9, 2024
1 parent 6420791 commit 995e7c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Test/IntegrationTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ abstract class IntegrationTestCase extends TestCase
{
/**
* @deprecated since Twig 3.13, use getFixturesDirectory() instead.
*
* @return string
*/
protected function getFixturesDir()
Expand Down
1 change: 1 addition & 0 deletions src/TokenParser/TypesTokenParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* {% types {foo: 'int', bar?: 'string'} %}
*
* @author Jeroen Versteeg <jeroen@alisqi.com>
*
* @internal
*/
final class TypesTokenParser extends AbstractTokenParser
Expand Down
1 change: 1 addition & 0 deletions tests/LexerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public static function getStringWithEscapedDelimiter()

/**
* @group legacy
*
* @dataProvider getStringWithEscapedDelimiterProducingDeprecation
*/
public function testStringWithEscapedDelimiterProducingDeprecation(string $template, string $expected, string $expectedDeprecation)
Expand Down

0 comments on commit 995e7c2

Please sign in to comment.