From 9d877dd475d1e5752b4a70fd0a64e8df1f8666f2 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Wed, 23 Feb 2022 04:16:31 +0000 Subject: [PATCH] DevKit updates (#312) --- tests/bootstrap.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a66e04e2..6dd23778 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -31,5 +31,10 @@ } if (file_exists($file = __DIR__.'/custom_bootstrap.php')) { + /** + * @psalm-suppress MissingFile,UnusedPsalmSuppress + * + * @see https://github.com/vimeo/psalm/issues/3886 + */ require_once $file; }