Skip to content

Commit 077ed13

Browse files
Tomáš Votrubaondrejmirtes
authored andcommitted
README: syntax highlighting
1 parent 4f1cea5 commit 077ed13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ It also contains this framework-specific rule (can be enabled separately):
2323

2424
To use this extension, require it in [Composer](https://getcomposer.org/):
2525

26-
```
26+
```bash
2727
composer require --dev phpstan/phpstan-nette
2828
```
2929

3030
And include extension.neon in your project's PHPStan config:
3131

32-
```
32+
```yaml
3333
includes:
3434
- vendor/phpstan/phpstan-nette/extension.neon
3535
```
3636

3737
To perform framework-specific checks, include also this file:
3838

39-
```
39+
```yaml
4040
- vendor/phpstan/phpstan-nette/rules.neon
4141
```

0 commit comments

Comments
 (0)