Skip to content

Instantly share code, notes, and snippets.

@ephrin
Created November 14, 2013 16:18
Show Gist options
  • Save ephrin/7469586 to your computer and use it in GitHub Desktop.
Save ephrin/7469586 to your computer and use it in GitHub Desktop.
PHPSTORM Annotation types fixes regexps for doctrine methods generator
search: @(return|param) (\w+[\\])
replace: @$1 \\\\$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment