diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 08:55:48 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 08:55:48 +0900 |
commit | 498bd5de6ea8b1c885a3b83f40048f13f53ad920 (patch) | |
tree | fda7afcc3fb913dea48618dd875e8102702e7395 /doc/ci/examples/php.md | |
parent | 2dcdc148c845d47743e4af728fbcb791f34649e8 (diff) | |
download | gitlab-ce-docs-trailing-spaces.tar.gz |
Remove trailing whitespace in docsdocs-trailing-spaces
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
Diffstat (limited to 'doc/ci/examples/php.md')
-rw-r--r-- | doc/ci/examples/php.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/php.md b/doc/ci/examples/php.md index 0b9e9e93e55..1dd3049d53d 100644 --- a/doc/ci/examples/php.md +++ b/doc/ci/examples/php.md @@ -6,7 +6,7 @@ type: tutorial This guide covers basic building instructions for PHP projects. -Two testing scenarios are covered: using the Docker executor and +Two testing scenarios are covered: using the Docker executor and using the Shell executor. ## Test PHP projects using the Docker executor |