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

parent 7a360374
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ composer require wpdesk/phpstan-rules ...@@ -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). 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 ```sh
vendor/bin/phpstan analyse <path> vendor/bin/phpstan analyse <path>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment