Skip to content

Instantly share code, notes, and snippets.

@zy108830
Created July 20, 2016 03:08
Show Gist options
  • Save zy108830/a0a29ae6165c2f7ba6c3914e6350cc8d to your computer and use it in GitHub Desktop.
Save zy108830/a0a29ae6165c2f7ba6c3914e6350cc8d to your computer and use it in GitHub Desktop.
解决创建PHPStorm命令行时的版本错误
if(isset($argv[1]) && $argv[1]==='-V'){
die('Symfony version 2.7.8');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment