Skip to content

Commit 788b409

Browse files
committed
Fix phpactor-executable indentation and type notation
1 parent c42d582 commit 788b409

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpactor.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ of GitHub.")
120120
(warn "Phpactor not found. Please run phpactor-install-or-update")
121121
nil)))
122122

123-
(defcustom phpactor-executable (phpactor--find-executable)
123+
(defcustom phpactor-executable (phpactor--find-executable)
124124
"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)
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
128128
:safe #'stringp
129129
:group 'phpactor)
130130

0 commit comments

Comments
 (0)