[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect c77decb3ea 5/6: fix reference to free variab
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect c77decb3ea 5/6: fix reference to free variable |
Date: |
Tue, 20 Aug 2024 15:58:51 -0400 (EDT) |
branch: externals/phpinspect
commit c77decb3ea8bbd2a8048c0e8703d84a64da0a1e4
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>
fix reference to free variable
---
phpinspect-class.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phpinspect-class.el b/phpinspect-class.el
index 90059fcd71..d0c201ef2b 100644
--- a/phpinspect-class.el
+++ b/phpinspect-class.el
@@ -251,7 +251,7 @@ Conditionally executes BODY depending on
(define-inline phpinspect--scope-inherits-p (scope)
"Returns non-nil when FN has a public or protected scope."
- (inline-letevals (fn)
+ (inline-letevals (scope)
(inline-quote (or (phpinspect-public-p ,scope)
(phpinspect-protected-p ,scope)))))
- [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 <=
- [elpa] externals/phpinspect f84327523b 6/6: prefix unused lexical argument, ELPA Syncer, 2024/08/20
- [elpa] externals/phpinspect 7eed1d57e9 2/6: Fix a bug in the incremental parsing of function tokens, ELPA Syncer, 2024/08/20