branch: externals/phpinspect commit e0f494feb40de76b1051d57b1599768bac152333 Author: Hugo Thunnissen <de...@hugot.nl> Commit: Hugo Thunnissen <de...@hugot.nl>
s/class/namespace/ --- phpinspect-imports.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpinspect-imports.el b/phpinspect-imports.el index b1de19a671..805a955755 100644 --- a/phpinspect-imports.el +++ b/phpinspect-imports.el @@ -250,8 +250,9 @@ that there are import (\"use\") statements for them." namespace-tokens) ;; First collect tokens in the buffer via which the namespace tokens can - ;; be found. The edits we do to add imports will invalidate the class - ;; region bounds, making this hard to do during the loop that adds them. + ;; be found. The edits we do to add imports will invalidate the + ;; namespace region bounds, making this hard to do during the loop that + ;; adds them. (dolist (namespace namespaces) (let ((region (alist-get 'location namespace))) ;; Use the first child of the namespace token. The namespace token