You are here

function drush_phpstorm_post_cache_rebuild in http:BL 8

File

drush/phpstorm.drush.inc, line 36
Generate PhpStorm metadata file.

Code

function drush_phpstorm_post_cache_rebuild() {
  if (drush_get_option('storm')) {
    drush_invoke_process('@self', 'phpstorm-metadata');
  }
}