branch: externals/phpinspect
commit 9877166986a6f9e728102fb613517f9a469b1550
Author: Hugo Thunnissen <de...@hugot.nl>
Commit: Hugo Thunnissen <de...@hugot.nl>

    Fix reference to free variable
---
 phpinspect-project.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phpinspect-project.el b/phpinspect-project.el
index 685990fe07..01c8f12fdb 100644
--- a/phpinspect-project.el
+++ b/phpinspect-project.el
@@ -235,8 +235,8 @@ indexation, but indexed synchronously before returning."
         (unless no-enqueue
           (phpinspect-project-enqueue-if-not-present project class-fqn))))
 
-    (phpinspect--log "Got project class, no-index is set to: %s, initial-index 
is: %s"
-                     no-index (phpinspect--class-initial-index class))
+    (phpinspect--log "Got project class, no-enqueue is set to: %s, 
initial-index is: %s"
+                     no-enqueue (phpinspect--class-initial-index class))
 
     (phpinspect-project-edit project
       (when  (and no-enqueue (phpinspect--class-initial-index class))

Reply via email to