Skip to content

Commit 8729a5c

Browse files
committed
Fix formatting error in HelpFormTypeExtension.php
Corrected a minor syntax error in the HelpFormTypeExtension.php, under the `init-cms-bundle` of networking vendor. A space was added after the arrow operator ('=>') in the array 'help_widget_popover', ensuring consistency and proper code formatting.
1 parent 5a924ba commit 8729a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Form/Extension/HelpFormTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class HelpFormTypeExtension extends AbstractTypeExtension
5656
'icon' => 'fa fa-question-circle',
5757
'placement' => 'right',
5858
],
59-
'help_widget_popover' =>[
59+
'help_widget_popover' => [
6060
'title' => null,
6161
'content' => null,
6262
'trigger' => 'hover',

0 commit comments

Comments
 (0)