Skip to content

Commit 758bd1f

Browse files
committed
Update
1 parent 911e098 commit 758bd1f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,22 @@ PHPStanを使った型付けをWebブラウザ上で体験できるチュート
1111

1212
## 取り組み方
1313

14-
### 🖥️ Webブラウザで取り組む
15-
16-
チュートリアル本文にあるリンクからWeb上のPlaygroundにアクセスできます。
14+
チュートリアルには節見出しごとに、以下のようなブロックがあります。
1715

1816
> [!NOTE]
1917
> この節のコードは以下で確認できます
2018
> * **PHPStan Playground**: `https://phpstan.org/...`
2119
> * **File**: `xxx.php`
2220
> * **CLI**: `./vendor/bin/phpstan analyze beginner/xxx.php`
2321
22+
### 🖥️ Webブラウザで取り組む
23+
24+
チュートリアル本文にある **PHPStan Playground**: `https://phpstan.org/...` のリンクからWeb上のPlaygroundにアクセスできます。
25+
26+
Webブラウザのウィンドウを分割し、記事本文とPHPStan Playgroundを並べて表示すると便利です。
27+
28+
![](./pictures/splited-screen.png)
29+
2430
### ローカルで実行する
2531

2632
このGitリポジトリをローカルに `git clone` してください。

pictures/splited-screen.png

1.13 MB
Loading

0 commit comments

Comments
 (0)