benmatselby / atom-php-checkstyle

✅ [DEPRECATED] Checkstyle reporter for PHP, utilising phpcs, phpmd, php linter and php-cs-fixer
MIT License
21 stars 5 forks source link

Escape spaces and apostrophes in filepaths. #15

Closed primitive-type closed 10 years ago

primitive-type commented 10 years ago

This changes /Volumes/myname's home/my-project/test.php to /Volumes/myname\'s\ home/my-project/test.php so phpcs, etc. don't break while editing files with spaces or apostrophes in their path.

benmatselby commented 10 years ago

Merged, thank you for the PR.

primitive-type commented 10 years ago

Thanks for this package!