From 056ff7655bb1621cfa62d2dbcadb0860e1a2ad26 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 25 Aug 2023 18:52:05 -0700 Subject: [PATCH] (NFC) phpstorm.php --- tools/extensions/phpstorm/phpstorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/extensions/phpstorm/phpstorm.php b/tools/extensions/phpstorm/phpstorm.php index 1a8f9937bc..fa27ce20e0 100644 --- a/tools/extensions/phpstorm/phpstorm.php +++ b/tools/extensions/phpstorm/phpstorm.php @@ -27,7 +27,7 @@ function phpstorm_metadata_dir(): string { * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_config/ */ function phpstorm_civicrm_config(&$config): void { - _phpstorm_civix_civicrm_config($config); + _phpstorm_civix_civicrm_config($config); } function phpstorm_civicrm_container(\Symfony\Component\DependencyInjection\ContainerBuilder $container) { -- 2.25.1