Skip to content

Commit

Permalink
[CLEANUP] Make the Markdown code highlighting consistent (#1366)
Browse files Browse the repository at this point in the history
So far, we had a mixture of `bash` and `shell`. Let's unify this.
  • Loading branch information
oliverklee authored Nov 7, 2024
1 parent f0094d5 commit 1e4f73e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ code coverage of the fixed bugs and the new features.

To run the existing PHPUnit tests, run this command:

```shell
```bash
composer ci:tests:unit
```

Expand All @@ -92,7 +92,7 @@ We will only merge pull requests that follow the project's coding style.

Please check your code with the provided static code analysis tools:

```shell
```bash
composer ci:static
```

Expand All @@ -104,7 +104,7 @@ code documentation.

You can autoformat your code using the following command:

```shell
```bash
composer fix
```

Expand Down

0 comments on commit 1e4f73e

Please sign in to comment.