Skip to content

Commit 7edba83

Browse files
committed
Add describe header
1 parent 4689b1f commit 7edba83

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

flycheck-phpstan.el

+12
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525
;;; Commentary:
2626

2727
;; Flycheck integration for PHPStan.
28+
;;
29+
;; Put the following into your .emacs file (~/.emacs.d/init.el)
30+
;;
31+
;; (defun my-php-mode-hook ()
32+
;; "My PHP-mode hook."
33+
;; (require 'flycheck-phpstan)
34+
;; (flycheck-mode t)
35+
;; (flycheck-select-checker 'phpstan))
36+
;;
37+
;; (add-hook 'php-mode-hook 'my-php-mode-hook)
38+
;;
39+
2840

2941
;;; Code:
3042
(require 'flycheck)

0 commit comments

Comments
 (0)