Skip to content

Instantly share code, notes, and snippets.

@enumag
Created July 26, 2016 13:29
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 enumag/2dc3516ffeab67f6203f32cf730ab97f to your computer and use it in GitHub Desktop.
Save enumag/2dc3516ffeab67f6203f32cf730ab97f to your computer and use it in GitHub Desktop.
Fix double star in copyright for php-cs-fixer
find * -type f -exec sed -i 'N; s/<?php\n\/\*\*/<?php\n\/\*/' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment