Skip to content

Commit 49d28a6

Browse files
committed
Add line break before "stimulusFetch: lazy" to emphasis line and help UX parsers
1 parent 14570ee commit 49d28a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/stimulus/Controller.tpl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* The following line makes this controller "lazy": it won't be downloaded until needed
55
* See https://symfony.com/bundles/StimulusBundle/current/index.html#lazy-stimulus-controllers
66
*/
7+
78
/* stimulusFetch: 'lazy' */
89
export default class extends Controller {
910
<?= $targets ? " static targets = $targets\n" : "" ?>

0 commit comments

Comments
 (0)