Skip to content

Commit 72a963d

Browse files
committed
Merge branch 'release/2.1.1'
2 parents 96d7fa6 + bb1a4b4 commit 72a963d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

php-extras-gen-eldoc.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@
8080
(with-temp-buffer
8181
(insert (cdr (assoc 'return (cdr elem))))
8282
(shr-render-buffer (current-buffer))
83-
(buffer-string)))))
83+
(delete-trailing-whitespace)
84+
(buffer-string)))
85+
"\n\n"
86+
"(" (cdr (assoc 'versions (cdr elem))) ")"))
8487
(puthash (symbol-name (car elem)) (cons `(documentation . ,doc) (cdr elem)) function-arguments-temp)))
8588
;; PHP control structures are not present in JSON list. We add
8689
;; them here (hard coded - there are not so many of them).

php-extras.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Arne Jørgensen <arne@arnested.dk>
66
;; URL: https://github.com/arnested/php-extras
77
;; Created: June 28, 2012
8-
;; Version: 2.1.0
8+
;; Version: 2.1.1
99
;; Package-Requires: ((php-mode "1.5.0"))
1010
;; Keywords: programming, php
1111

0 commit comments

Comments
 (0)