Skip to content

Commit

Permalink
Fix: Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 11, 2022
1 parent 5430397 commit 5174b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ If you like [GitHub Actions](https://github.com/features/actions), add a `coding
+ restore-keys: "php-${{ matrix.php-version }}-php-cs-fixer-"
+
+ - name: "Run friendsofphp/php-cs-fixer"
+ run: "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --dry-run --verbose"
+ run: "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --dry-run --verbose"
```

## Changelog
Expand Down

0 comments on commit 5174b22

Please sign in to comment.