From e0f133e01e3dbd42df0df2139edd6c5592565956 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Wed, 23 Feb 2022 00:36:21 +0000 Subject: [PATCH] DevKit updates (#425) --- tests/bootstrap.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a66e04e..6dd2377 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; }