[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect f84327523b 6/6: prefix unused lexical argume
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect f84327523b 6/6: prefix unused lexical argument |
Date: |
Tue, 20 Aug 2024 15:58:52 -0400 (EDT) |
branch: externals/phpinspect
commit f84327523bef2448864bcc672aa6b7d1598b7c48
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>
prefix unused lexical argument
---
phpinspect-suggest.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phpinspect-suggest.el b/phpinspect-suggest.el
index 8319bd483e..e20692e4ce 100644
--- a/phpinspect-suggest.el
+++ b/phpinspect-suggest.el
@@ -115,7 +115,7 @@
(phpinspect--function--inherited candidate))
;; FIXME: when inheriting of variables is implemented
-(cl-defmethod phpinspect--candidate-inherited ((candidate
phpinspect--variable))
+(cl-defmethod phpinspect--candidate-inherited ((_candidate
phpinspect--variable))
nil)
(defun phpinspect-suggest-attributes-at-point
- [elpa] externals/phpinspect updated (855529095a -> f84327523b), ELPA Syncer, 2024/08/20
- [elpa] externals/phpinspect 2c82e844d3 1/6: Require project when resolving class property type, ELPA Syncer, 2024/08/20
- [elpa] externals/phpinspect 25ae878cfc 3/6: Implement indexation of functions nested within blocks/lists, ELPA Syncer, 2024/08/20
- [elpa] externals/phpinspect e111df4ca9 4/6: Completion: filter out attributes that are not accessible from the current scope, ELPA Syncer, 2024/08/20
- [elpa] externals/phpinspect c77decb3ea 5/6: fix reference to free variable, ELPA Syncer, 2024/08/20
- [elpa] externals/phpinspect f84327523b 6/6: prefix unused lexical argument,
ELPA Syncer <=
- [elpa] externals/phpinspect 7eed1d57e9 2/6: Fix a bug in the incremental parsing of function tokens, ELPA Syncer, 2024/08/20