emacs-php / php-mode

A powerful and flexible Emacs major mode for editing PHP scripts
GNU General Public License v3.0
583 stars 118 forks source link

fix byte compilation warnings #758

Closed piotrkwiecinski closed 1 year ago

piotrkwiecinski commented 1 year ago

Fixes:

lisp/php-face.el:128:2: Warning: custom-declare-face `php-paamayim-nekudotayim' docstring wider than 80 characters
lisp/php-face.el:211:2: Warning: custom-declare-face `php-class-declaration-spec' docstring wider than 80 characters
lisp/php-face.el:241:2: Warning: custom-declare-face `php-control-structure' docstring wider than 80 characters

and

lisp/php-format.el:97:12: Warning: defcustom for ‘php-format-command’ has syntactically odd type ‘'(choice (const :tag Disabled reformat codes nil) (const :tag Auto 'auto) (const :tag Easy Coding Standard 'ecs) (const :tag PHP-CS-Fixer 'php-cs-fixer) (const :tag PHP Code Beautifier and Fixer 'phpcbf) (repeat :tag Command and arguments string))’
zonuexe commented 1 year ago

@piotrkwiecinski Thank you very much!