This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* | |
* Generates a command XML file for PHPStorm/WebStorm/IntelliJ IDEs | |
* that provides integration with Drush | |
*/ | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* | |
* drush_phpstorm.drush.inc | |
* | |
* Generates a command XML file for PHPStorm/WebStorm/IntelliJ IDEs | |
* that provides integration with Drush | |
*/ |