We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a213aa1 commit 7981aa5Copy full SHA for 7981aa5
phpactor.el
@@ -41,7 +41,7 @@
41
(put 'phpactor-executable 'safe-local-variable
42
#'(lambda (v) (if (consp v)
43
(and (eq 'root (car v)) (stringp (cdr v)))
44
- (null v) (stringp v)))))
+ (or (null v) (stringp v))))))
45
;;;###autoload
46
(progn
47
(defvar phpactor-working-dir nil
@@ -50,7 +50,7 @@
50
51
52
53
54
55
(defvar phpactor--debug nil)
56
0 commit comments