emacs-php / emacs-php/phpstan.el

"Flycheck cannot use this syntax checker for this buffer."

Open
#8 8 comments 1 reaction 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
28
Forks
12
PR merge metrics
No merged PRs in 30d

Description

## Relevant lines in my init.el:
```emacs-lisp
(defun my/php-mode-hook ()
"Gets run on php-mode load."
(make-local-variable 'company-backends)
(add-to-list 'company-backends 'company-phpactor)
(flycheck-select-checker 'phpstan)
(setq php-mode-coding-style 'psr2
c-basic-offset 4)
(when (eq 0 (buffer-size))
(insert "

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.