<angularModule>crmPhpstorm</angularModule>
</civix>
<mixins>
- <!--
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
- -->
</mixins>
</extension>
<?php
-// require_once 'phpstorm.civix.php';
+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
-use Symfony\Component\DependencyInjection\Compiler\PassConfig;
/**
* Determine the folder where we will store PhpStorm metadata files.
*
* @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_config/
*/
-// function phpstorm_civicrm_config(&$config): void {
-// _phpstorm_civix_civicrm_config($config);
-// }
+function phpstorm_civicrm_config(&$config): void {
+ _phpstorm_civix_civicrm_config($config);
+}
function phpstorm_civicrm_container(\Symfony\Component\DependencyInjection\ContainerBuilder $container) {
$container->addCompilerPass(new \Civi\PhpStorm\PhpStormCompilePass(), PassConfig::TYPE_AFTER_REMOVING, 2000);