File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Installation
2929The recommended way to install PHP CS Fixer is to use
3030`Composer <https://getcomposer.org/download/ >`__:
3131
32- .. code :: sh
32+ .. code :: console
3333
3434 $ composer require --dev friendsofphp/php-cs-fixer
3535 $ ## or when facing conflicts in dependencies:
@@ -44,13 +44,13 @@ Usage
4444Assuming you installed PHP CS Fixer as instructed above, you can
4545initialise base config for your project by using following command:
4646
47- .. code :: sh
47+ .. code :: console
4848
4949 $ ./vendor/bin/php-cs-fixer init
5050
5151 To automatically fix your project, or only check against the need of changes, run:
5252
53- .. code :: sh
53+ .. code :: console
5454
5555 $ ./vendor/bin/php-cs-fixer fix
5656 $ ./vendor/bin/php-cs-fixer check
You can’t perform that action at this time.
0 commit comments