Skip to content
Snippets Groups Projects
Verified Commit 297b5719 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: wrap <path> in code block


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 7a360374
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ composer require wpdesk/phpstan-rules
After installation, you can simply use PHPStan in your project without the need to further configuration. Nevertheless, as project grows, it's worth to add even [the basic one](https://phpstan.org/config-reference).
To run PHPStan, simply execute the following command (<path> is only required if not present in configuration file):
To run PHPStan, simply execute the following command (`<path>` is only required if not present in configuration file):
```sh
vendor/bin/phpstan analyse <path>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment