From 7c32b85884ae90e5224bc3c4ec8aa41fcd071eaf Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 31 Aug 2023 16:47:06 -0700 Subject: [PATCH] phpstorm - Regen code A couple symbols were stale after prior edit to 'info.xml' --- tools/extensions/phpstorm/phpstorm.civix.php | 6 +++--- tools/extensions/phpstorm/phpstorm.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/extensions/phpstorm/phpstorm.civix.php b/tools/extensions/phpstorm/phpstorm.civix.php index d17889aee2..cbdce5a6c5 100644 --- a/tools/extensions/phpstorm/phpstorm.civix.php +++ b/tools/extensions/phpstorm/phpstorm.civix.php @@ -6,10 +6,10 @@ * The ExtensionUtil class provides small stubs for accessing resources of this * extension. */ -class CRM_Phpstorm_ExtensionUtil { +class CRM_PhpStorm_ExtensionUtil { const SHORT_NAME = 'phpstorm'; const LONG_NAME = 'phpstorm'; - const CLASS_PREFIX = 'CRM_Phpstorm'; + const CLASS_PREFIX = 'CRM_PhpStorm'; /** * Translate a string using the extension's domain. @@ -77,7 +77,7 @@ class CRM_Phpstorm_ExtensionUtil { } -use CRM_Phpstorm_ExtensionUtil as E; +use CRM_PhpStorm_ExtensionUtil as E; /** * (Delegated) Implements hook_civicrm_config(). diff --git a/tools/extensions/phpstorm/phpstorm.php b/tools/extensions/phpstorm/phpstorm.php index fa27ce20e0..015e91dec5 100644 --- a/tools/extensions/phpstorm/phpstorm.php +++ b/tools/extensions/phpstorm/phpstorm.php @@ -4,7 +4,7 @@ use Symfony\Component\DependencyInjection\Compiler\PassConfig; require_once 'phpstorm.civix.php'; // phpcs:disable -use CRM_Phpstorm_ExtensionUtil as E; +use CRM_PhpStorm_ExtensionUtil as E; // phpcs:enable /** -- 2.25.1