Skip to content

Commit 64de26a

Browse files
committed
Modify history format to be consistent with the actual function call
1 parent ae70f09 commit 64de26a

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
@@ -104,7 +104,7 @@
104104
;; Phpactor RPC
105105
(defun phpactor--rpc (action arguments)
106106
"Execute Phpactor `ACTION' subcommand with `ARGUMENTS'."
107-
(phpactor--add-history 'phpactor--rpc (list :action action :parameters arguments))
107+
(phpactor--add-history 'phpactor--rpc (list action arguments))
108108
(let ((json (json-encode (list :action action
109109
:parameters arguments)))
110110
(cmd (phpactor--make-command-string "rpc"

0 commit comments

Comments
 (0)