Skip to content

Commit f26ccad

Browse files
committed
Remove redundant empty lines
1 parent b1036a6 commit f26ccad

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

php-mode.el

+3-16
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,11 @@ have any tags inside a PHP string, it will be fooled."
263263
This variable can take one of the following symbol values:
264264
265265
`Default' - use a reasonable default style for PHP.
266-
266+
`PSR-2' - use PSR standards (PSR-2, PSR-12).
267267
`PEAR' - use coding styles preferred for PEAR code and modules.
268-
269268
`Drupal' - use coding styles preferred for working with Drupal projects.
270-
271269
`WordPress' - use coding styles preferred for working with WordPress projects.
272-
273-
`Symfony2' - use coding styles preferred for working with Symfony2 projects.
274-
275-
`PSR-2' - use coding styles preferred for working with projects using PSR-2 standards."
270+
`Symfony2' - use coding styles preferred for working with Symfony2 projects."
276271
:group 'php-mode
277272
:tag "PHP Mode Coding Style"
278273
:type '(choice (const :tag "Default" php)
@@ -338,13 +333,6 @@ In that case set to `NIL'."
338333
;; Remove menu item for c-mode
339334
(define-key map [menu-bar C] nil)
340335

341-
;; (define-key map [menu-bar php complete-function]
342-
;; '("Complete function name" . php-complete-function))
343-
;; (define-key map [menu-bar php browse-manual]
344-
;; '("Browse manual" . php-browse-manual))
345-
;; (define-key map [menu-bar php search-documentation]
346-
;; '("Search documentation" . php-search-documentation))
347-
348336
;; By default PHP Mode binds C-M-h to c-mark-function, which it
349337
;; inherits from cc-mode. But there are situations where
350338
;; c-mark-function fails to properly mark a function. For
@@ -570,8 +558,7 @@ PHP does not have an \"enum\"-like keyword."
570558
"strict_types"
571559

572560
;;; self for static references:
573-
"self"
574-
))
561+
"self"))
575562

576563
;; PHP does not have <> templates/generics
577564
(c-lang-defconst c-recognize-<>-arglists

0 commit comments

Comments
 (0)