You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,29 @@ This is a experiment! Lets check and fix the php documentation automatically.
5
5
6
6
### install
7
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
8
+
git clone https://github.com/php/doc-en.git // optional: only if you want to check it
9
+
git clone https://github.com/php/php-src.git // optional: by default we use the PhpStorm Stubs from vendor directory but you can also use different stubs
10
+
git clone https://github.com/jetbrains/phpstorm-stubs.git // optional: by default we use the PhpStorm Stubs from vendor directory but you can also use external stubs
11
+
git clone https://github.com/vimeo/psalm.git // optional: only if you want to check it
12
+
git clone https://github.com/phpstan/phpstan-src.git // optional: only if you want to check it
0 commit comments