We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ff456 commit e00ceb2Copy full SHA for e00ceb2
1 file changed
php-extras-gen-eldoc.el
@@ -80,7 +80,10 @@
80
(with-temp-buffer
81
(insert (cdr (assoc 'return (cdr elem))))
82
(shr-render-buffer (current-buffer))
83
- (buffer-string)))))
+ (delete-trailing-whitespace)
84
+ (buffer-string)))
85
+ "\n\n"
86
+ "(" (cdr (assoc 'versions (cdr elem))) ")"))
87
(puthash (symbol-name (car elem)) (cons `(documentation . ,doc) (cdr elem)) function-arguments-temp)))
88
;; PHP control structures are not present in JSON list. We add
89
;; them here (hard coded - there are not so many of them).
0 commit comments