Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: kamil-tekiela Date: 2022-07-08T23:00:29+01:00
Commit: https://github.com/php/web-php/commit/153437dec1f2fe9553935d92f836bb75b1e0058c Raw diff: https://github.com/php/web-php/commit/153437dec1f2fe9553935d92f836bb75b1e0058c.diff Fix: Command (#627) Changed paths: M .github/CONTRIBUTING.md Diff: diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1c1777322..4c3a7d149 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -118,7 +118,7 @@ Having said that, here are the organizational rules: 5. Test your changes before committing them. We mean it. Really. To do so use ``` - php tests/run-tests.php -q --show-diff`. + php tests/run-tests.php -q --show-diff ``` 6. Use reasonable commit messages. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php