We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebc273 commit 677b63aCopy full SHA for 677b63a
docs/installation.md
@@ -182,7 +182,7 @@ vendor/bin/phpstan analyse
182
183
You should see output similar to.
184
185
-```
+```bash
186
PHPStan - PHP Static Analysis Tool
187
[OK] No errors
188
```
docs/testing.md
@@ -31,6 +31,6 @@ composer run static
31
32
The code is tested with [PHPUnit](https://phpunit.de/). To run tests.
33
34
+```shell
35
composer run test
36
0 commit comments