emacs-php / emacs-php/phpstan.el
"Flycheck cannot use this syntax checker for this buffer."
Open
- 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.