Skip to content

Commit 995e7c2

Browse files
committed
Fix CS
1 parent 6420791 commit 995e7c2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Test/IntegrationTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ abstract class IntegrationTestCase extends TestCase
3131
{
3232
/**
3333
* @deprecated since Twig 3.13, use getFixturesDirectory() instead.
34+
*
3435
* @return string
3536
*/
3637
protected function getFixturesDir()

src/TokenParser/TypesTokenParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* {% types {foo: 'int', bar?: 'string'} %}
2424
*
2525
* @author Jeroen Versteeg <jeroen@alisqi.com>
26+
*
2627
* @internal
2728
*/
2829
final class TypesTokenParser extends AbstractTokenParser

tests/LexerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ public static function getStringWithEscapedDelimiter()
231231

232232
/**
233233
* @group legacy
234+
*
234235
* @dataProvider getStringWithEscapedDelimiterProducingDeprecation
235236
*/
236237
public function testStringWithEscapedDelimiterProducingDeprecation(string $template, string $expected, string $expectedDeprecation)

0 commit comments

Comments
 (0)