Skip to content

Commit cd037f9

Browse files
committed
docs: update shell highlight syntax
1 parent 4bb77ee commit cd037f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Installation
2929
The 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
4444
Assuming you installed PHP CS Fixer as instructed above, you can
4545
initialise 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

0 commit comments

Comments
 (0)