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 b151fc6 commit 594ba1aCopy full SHA for 594ba1a
phpactor.el
@@ -478,7 +478,7 @@ function."
478
(cl-defun phpactor-action-dispatch (&key action parameters version)
479
"Execite action by `NAME' and `PARAMETERS'."
480
(when (and version (not (equal phpactor--supported-rpc-version version)))
481
- (if (phpactor-executable)
+ (if (phpactor-find-executable)
482
(error "Phpactor uses rpc protocol %s but this package requires %s" version phpactor--supported-rpc-version)
483
(error "Phpactor should be upgraded. Please run phpactor-update")))
484
(phpactor--add-history 'phpactor-action-dispatch (list :action action :parameters parameters :version version))
0 commit comments