[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect e0f494feb4 4/4: s/class/namespace/
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect e0f494feb4 4/4: s/class/namespace/ |
Date: |
Sat, 17 Aug 2024 06:58:52 -0400 (EDT) |
branch: externals/phpinspect
commit e0f494feb40de76b1051d57b1599768bac152333
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@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