Skip to content

Commit 500940e

Browse files
committed
Fix indentation and add comment
1 parent dc416dd commit 500940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ but only if the setting is enabled"
721721
(php-set-style "symfony2"))
722722

723723
(c-add-style
724-
"psr2"
724+
"psr2" ; PSR-2 / PSR-12
725725
'("php"
726726
(c-offsets-alist . ((statement-cont . +)))
727727
(c-indent-comments-syntactically-p . t)

0 commit comments

Comments
 (0)