Skip to content

Commit bfbf239

Browse files
committed
Fix navigate command
1 parent 922a433 commit bfbf239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ function."
690690
(defun phpactor-navigate ()
691691
"Execute Phpactor RPC navigate command."
692692
(interactive)
693-
(let ((arguments (phpactor--command-argments :source_path :destination)))
693+
(let ((arguments (phpactor--command-argments :source_path)))
694694
(apply #'phpactor-action-dispatch (phpactor--rpc "navigate" arguments))))
695695

696696
;;;###autoload

0 commit comments

Comments
 (0)