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 c42d582 commit 788b409Copy full SHA for 788b409
phpactor.el
@@ -120,11 +120,11 @@ of GitHub.")
120
(warn "Phpactor not found. Please run phpactor-install-or-update")
121
nil)))
122
123
- (defcustom phpactor-executable (phpactor--find-executable)
+(defcustom phpactor-executable (phpactor--find-executable)
124
"Path to phpactor executable.
125
- It is recommemded not to customize this, but if you do, you'll
126
- have to ensure a compatible version of phpactor is used."
127
- :type '(string)
+It is recommemded not to customize this, but if you do, you'll
+have to ensure a compatible version of phpactor is used."
+ :type 'string
128
:safe #'stringp
129
:group 'phpactor)
130
0 commit comments