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 922a433 commit bfbf239Copy full SHA for bfbf239
phpactor.el
@@ -690,7 +690,7 @@ function."
690
(defun phpactor-navigate ()
691
"Execute Phpactor RPC navigate command."
692
(interactive)
693
- (let ((arguments (phpactor--command-argments :source_path :destination)))
+ (let ((arguments (phpactor--command-argments :source_path)))
694
(apply #'phpactor-action-dispatch (phpactor--rpc "navigate" arguments))))
695
696
;;;###autoload
0 commit comments