We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5e4f7 commit 945da65Copy full SHA for 945da65
README.md
@@ -6,8 +6,8 @@ This is a experiment! Lets check and fix the php documentation automatically.
6
### install
7
```bash
8
git clone https://github.com/php/doc-en.git
9
-git clone https://github.com/php/php-src.git // optional: by default we use the PhpStorm Stubs
10
-git clone https://github.com/phpstan/phpstan-src.git // optional: only needed if you will check stubs from phpstan
+git clone https://github.com/php/php-src.git # optional: by default we use the PhpStorm Stubs
+git clone https://github.com/phpstan/phpstan-src.git # optional: only needed if you will check stubs from phpstan
11
git clone https://github.com/voku/php-doc-fixer.git
12
cd php-doc-fixer/
13
composer update --prefer-dist
0 commit comments