Skip to content

Commit e43356c

Browse files
committed
CS
1 parent 6d4c5ca commit e43356c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/TwigComponent/tests/Integration/ComponentEventTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public function testTemplateIsUpdatedByEventListener(string $syntax): void
4242

4343
public static function provideFooBarSyntaxes(): iterable
4444
{
45-
yield "TWIG component tag" => ['{% component "FooBar:Baz" %}{% endcomponent %}'];
46-
yield "TWIG component function" => ['{{ component("FooBar:Baz") }}'];
47-
yield "HTML self-closing tag" => ['<twig:FooBar:Baz />'];
48-
yield "HTML open-close tag" => ['<twig:FooBar:Baz></twig:FooBar:Baz>'];
45+
yield 'TWIG component tag' => ['{% component "FooBar:Baz" %}{% endcomponent %}'];
46+
yield 'TWIG component function' => ['{{ component("FooBar:Baz") }}'];
47+
yield 'HTML self-closing tag' => ['<twig:FooBar:Baz />'];
48+
yield 'HTML open-close tag' => ['<twig:FooBar:Baz></twig:FooBar:Baz>'];
4949
}
5050
}

0 commit comments

Comments
 (0)