@@ -613,7 +613,7 @@ but only if the setting is enabled"
613
613
(beginning-of-line )
614
614
(if (looking-at-p " \\ s-*->" ) '+ nil ))))
615
615
616
- (defun php-c-looking-at-or-maybe-in-bracelist (&optional containing -sexp lim )
616
+ (defun php-c-looking-at-or-maybe-in-bracelist (&optional _containing -sexp lim )
617
617
" Replace `c-looking-at-or-maybe-in-bracelist' .
618
618
619
619
CONTAINING-SEXP is the position of the brace/paren/bracket enclosing
@@ -964,7 +964,7 @@ this ^ lineup"
964
964
965
965
(defalias 'php-syntax-propertize-function (php-build-propertize-function)))
966
966
967
- (defun php--syntax-propertize-heredoc (start id is -heredoc )
967
+ (defun php--syntax-propertize-heredoc (start id _is -heredoc )
968
968
" Apply propertize Heredoc and Nowdoc from START, with ID and IS-HEREDOC."
969
969
(let ((terminator (rx-to-string `(: line-start (* (syntax whitespace)) , id word-boundary))))
970
970
(put-text-property start (1+ start) 'syntax-table (string-to-syntax " |" ))
@@ -1075,7 +1075,7 @@ After setting the stylevars run hooks according to STYLENAME
1075
1075
((equal stylename " symfony2" ) (run-hooks 'php-mode-symfony2-hook ))
1076
1076
((equal stylename " psr2" ) (run-hooks 'php-mode-psr2-hook ))))
1077
1077
1078
- (defun php-mode--disable-delay-set-style (&rest args )
1078
+ (defun php-mode--disable-delay-set-style (&rest _args )
1079
1079
" Disable php-mode-set-style-delay on after hook. `ARGS' be ignore."
1080
1080
(setq php-mode--delayed-set-style nil )
1081
1081
(advice-remove #'php-mode--disable-delay-set-style #'c-set-style ))
0 commit comments