@@ -263,16 +263,11 @@ have any tags inside a PHP string, it will be fooled."
263
263
This variable can take one of the following symbol values:
264
264
265
265
`Default' - use a reasonable default style for PHP.
266
-
266
+ `PSR-2' - use PSR standards (PSR-2, PSR-12).
267
267
`PEAR' - use coding styles preferred for PEAR code and modules.
268
-
269
268
`Drupal' - use coding styles preferred for working with Drupal projects.
270
-
271
269
`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."
276
271
:group 'php-mode
277
272
:tag " PHP Mode Coding Style"
278
273
:type '(choice (const :tag " Default" php)
@@ -338,13 +333,6 @@ In that case set to `NIL'."
338
333
; ; Remove menu item for c-mode
339
334
(define-key map [menu-bar C] nil )
340
335
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
-
348
336
; ; By default PHP Mode binds C-M-h to c-mark-function, which it
349
337
; ; inherits from cc-mode. But there are situations where
350
338
; ; c-mark-function fails to properly mark a function. For
@@ -570,8 +558,7 @@ PHP does not have an \"enum\"-like keyword."
570
558
" strict_types"
571
559
572
560
; ;; self for static references:
573
- " self"
574
- ))
561
+ " self" ))
575
562
576
563
; ; PHP does not have <> templates/generics
577
564
(c-lang-defconst c-recognize-<>-arglists
0 commit comments