Skip to content

Commit

Permalink
Fixed build readme on Windows fails if using Git Bash (Mintty)
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed May 10, 2020
1 parent cb3bdd6 commit 8e39a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you need any help, don't hesitate to ask the community on [Gitter](https://gi
* Make changes.
* If you are adding functionality or fixing a bug - add a test! Prefer adding new test cases over modifying existing ones.
* Make sure there is no trailing spaces in code: `./check_trailing_spaces.sh`.
* Regenerate README: `php php-cs-fixer readme > README.rst`. Do not modify `README.rst` manually!
* Regenerate README: `php php-cs-fixer readme > README.rst` (Windows `php.exe php-cs-fixer readme > README.rst`). Do not modify `README.rst` manually!
* Check if tests pass: `vendor/bin/phpunit`.
* Fix project itself: `php php-cs-fixer fix`.

Expand Down

0 comments on commit 8e39a0a

Please sign in to comment.