Skip to content

Commit 1ef23b8

Browse files
committed
fix
1 parent 10777bb commit 1ef23b8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/TwigComponent/src/Twig/AttributeBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* thanks to @giorgiopogliani!
16-
* This file is inspired by: https://github.com/giorgiopogliani/twig-components
16+
* This file is inspired by: https://github.com/giorgiopogliani/twig-components.
1717
*
1818
* @author Mathéo Daninos <[email protected]>
1919
*/

src/TwigComponent/src/Twig/ComponentSlot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* thanks to @giorgiopogliani!
16-
* This file is inspired by: https://github.com/giorgiopogliani/twig-components
16+
* This file is inspired by: https://github.com/giorgiopogliani/twig-components.
1717
*
1818
* @author Mathéo Daninos <[email protected]>
1919
*

src/TwigComponent/src/Twig/SlotNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* thanks to @giorgiopogliani!
21-
* This file is inspired by: https://github.com/giorgiopogliani/twig-components
21+
* This file is inspired by: https://github.com/giorgiopogliani/twig-components.
2222
*
2323
* @author Mathéo Daninos <[email protected]>
2424
*

src/TwigComponent/src/Twig/SlotTokenParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* thanks to @giorgiopogliani!
23-
* This file is inspired by: https://github.com/giorgiopogliani/twig-components
23+
* This file is inspired by: https://github.com/giorgiopogliani/twig-components.
2424
*
2525
* @author Mathéo Daninos <[email protected]>
2626
*

src/TwigComponent/src/Twig/TwigComponentNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* thanks to @giorgiopogliani!
25-
* This file is inspired by: https://github.com/giorgiopogliani/twig-components
25+
* This file is inspired by: https://github.com/giorgiopogliani/twig-components.
2626
*
2727
* @author Mathéo Daninos <[email protected]>
2828
*

src/TwigComponent/src/Twig/TwigComponentTokenParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* thanks to @giorgiopogliani!
25-
* This file is inspired by: https://github.com/giorgiopogliani/twig-components
25+
* This file is inspired by: https://github.com/giorgiopogliani/twig-components.
2626
*
2727
* @author Mathéo Daninos <[email protected]>
2828
*

src/TwigComponent/tests/Fixtures/Component/Alarm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
66

7-
#[AsTwigComponent('Alarm', template: 'components/AAlarm.html.twig')]
7+
#[AsTwigComponent('Alarm', template: 'components/Alarm.html.twig')]
88
class Alarm
99
{
1010
}

0 commit comments

Comments
 (0)