Skip to content

Commit 02d5314

Browse files
committed
Remove unnecessary comment of StimulusAttributes::normalizeEventName() method
Applies suggestion symfony#2159 (comment)
1 parent 4db6184 commit 02d5314

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/StimulusBundle/src/Dto/StimulusAttributes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ private function normalizeControllerName(string $controllerName): string
219219
}
220220

221221
/**
222-
* Normalize a Stimulus controller's action event name.
223-
*
224222
* @see https://stimulus.hotwired.dev/reference/actions
225223
*/
226224
private function normalizeEventName(?string $eventName): ?string

0 commit comments

Comments
 (0)