emacs-php / php-ts-mode

A Tree-sitter based major mode for editing PHP codes
GNU General Public License v3.0
17 stars 8 forks source link

php-face: fix docstring wider than 80 characters #37

Closed piotrkwiecinski closed 11 months ago

piotrkwiecinski commented 11 months ago

Fixes:

php-face.el:128:2: Warning: custom-declare-face `php-paamayim-nekudotayim' docstring wider than 80 characters
php-face.el:211:2: Warning: custom-declare-face `php-class-declaration-spec' docstring wider than 80 characters
php-face.el:241:2: Warning: custom-declare-face `php-control-structure' docstring wider than 80 characters
zonuexe commented 11 months ago

@piotrkwiecinski Thank you!