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 ddab08b commit fe5e4f7Copy full SHA for fe5e4f7
README.md
@@ -7,6 +7,7 @@ This is a experiment! Lets check and fix the php documentation automatically.
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
11
git clone https://github.com/voku/php-doc-fixer.git
12
cd php-doc-fixer/
13
composer update --prefer-dist
0 commit comments