From a8cfac18cc3ce96cd28563042eb271b091cf87d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 8 Dec 2023 23:18:01 +0100 Subject: [PATCH] Ignore issue about undefined variable Using &$error inside the use clause of a Closure to make a variable defined inside the closure available outside should be fine. Psalm seems to be OK with it on the playground, which uses the master branch, which must contain a fix, but I did not find which commit exactly on master fixes it. --- psalm.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/psalm.xml b/psalm.xml index e9b622b..079c4ec 100644 --- a/psalm.xml +++ b/psalm.xml @@ -13,4 +13,12 @@ + + + + + + + +