Skip to content

Commit

Permalink
chore: lint md
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 18, 2024
1 parent abe4f8c commit c0add68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ vendor/bin/php-cs-fixer fix -v

To use via composer script commands:

* Fixes code to follow coding standards using php-cs-fixer:
- Fixes code to follow coding standards using php-cs-fixer:

```bash
composer cs:diff
```

* Runs php-cs-fixer in dry-run mode and shows diff which will by applied:
- Runs php-cs-fixer in dry-run mode and shows diff which will by applied:

```bash
composer cs:fix
Expand All @@ -149,7 +149,6 @@ To use via composer script commands:
make lint-diff
```


<br>

## 🔒 Security Policy
Expand Down

0 comments on commit c0add68

Please sign in to comment.