Skip to content

Commit 677b63a

Browse files
committed
fix(docs): Update code block syntax for consistency in installation and testing guides.
1 parent 2ebc273 commit 677b63a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ vendor/bin/phpstan analyse
182182

183183
You should see output similar to.
184184

185-
```
185+
```bash
186186
PHPStan - PHP Static Analysis Tool
187187
[OK] No errors
188188
```

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ composer run static
3131

3232
The code is tested with [PHPUnit](https://phpunit.de/). To run tests.
3333

34-
```
34+
```shell
3535
composer run test
3636
```

0 commit comments

Comments
 (0)