From 7c927b6855a0202e70bededd639a6de902520c53 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Wed, 23 Feb 2022 00:36:39 +0000 Subject: [PATCH] DevKit updates (#663) --- 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; }