Skip to content

Instantly share code, notes, and snippets.

Created November 3, 2015 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/112a7d1af39c41f1374d to your computer and use it in GitHub Desktop.
Save anonymous/112a7d1af39c41f1374d to your computer and use it in GitHub Desktop.
phpStorm 10 bug
// Expected
$var = array(//ENTER
'test',//ENTER
'test',
// etc etc.
);
// What actually happens
$var = array(//ENTER
'test',//ENTER
'test',//ENTER
'test',//ENTER
// etc etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment