fix reference to free variable

master
Hugo Thunnissen 1 month ago
parent e111df4ca9
commit c77decb3ea

@ -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)))))

Loading…
Cancel
Save