We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911e098 commit 758bd1fCopy full SHA for 758bd1f
README.md
@@ -11,16 +11,22 @@ PHPStanを使った型付けをWebブラウザ上で体験できるチュート
11
12
## 取り組み方
13
14
-### 🖥️ Webブラウザで取り組む
15
-
16
-チュートリアル本文にあるリンクからWeb上のPlaygroundにアクセスできます。
+チュートリアルには節見出しごとに、以下のようなブロックがあります。
17
18
> [!NOTE]
19
> この節のコードは以下で確認できます
20
> * **PHPStan Playground**: `https://phpstan.org/...`
21
> * **File**: `xxx.php`
22
> * **CLI**: `./vendor/bin/phpstan analyze beginner/xxx.php`
23
+### 🖥️ Webブラウザで取り組む
+
24
+チュートリアル本文にある **PHPStan Playground**: `https://phpstan.org/...` のリンクからWeb上のPlaygroundにアクセスできます。
25
26
+Webブラウザのウィンドウを分割し、記事本文とPHPStan Playgroundを並べて表示すると便利です。
27
28
+
29
30
### ローカルで実行する
31
32
このGitリポジトリをローカルに `git clone` してください。
pictures/splited-screen.png
1.13 MB
0 commit comments