From 635559725041e75910bd019d72282876b6771f11 Mon Sep 17 00:00:00 2001 From: orklah Date: Sat, 12 Feb 2022 10:05:53 +0100 Subject: [PATCH] fix CS --- src/Psalm/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Psalm/Config.php b/src/Psalm/Config.php index d88a0b752f3..6776db6b530 100644 --- a/src/Psalm/Config.php +++ b/src/Psalm/Config.php @@ -61,6 +61,7 @@ use function count; use function dirname; use function explode; +use function extension_loaded; use function file_exists; use function file_get_contents; use function filetype;