Skip to content

Commit

Permalink
Fix: Use dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 1, 2022
1 parent be4103e commit 1f9e70a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Of course, all of this can be automated, can't it?

With [`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) you can use the configuration file `.php-cs-fixer.php` to

* save the license to a file, e.g. `LICENSE` or `LICENSE.md`
* specify a file-level header using the `header_comment` fixer that will be replaced in PHP files
- save the license to a file, e.g. `LICENSE` or `LICENSE.md`
- specify a file-level header using the `header_comment` fixer that will be replaced in PHP files

Here's an example of a `.php-cs-fixer.php` file:

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
body: |
This PR
* [x] updates the license year
- [x] updates the license year
commit-message: "Enhancement: Update license year"
path: "."
title: "Enhancement: Update license year"
Expand All @@ -131,7 +131,7 @@ Note that pull requests opened or commits pushed by GitHub Actions will not trig
body: |
This PR

* [x] updates the license year
- [x] updates the license year
commit-message: "Enhancement: Update license year"
path: "."
title: "Enhancement: Update license year"
Expand All @@ -143,7 +143,7 @@ Note that pull requests opened or commits pushed by GitHub Actions will not trig

The following license types are currently available:

* [`Ergebnis\License\Type\MIT`](src/Type/MIT.php)
- [`Ergebnis\License\Type\MIT`](src/Type/MIT.php)

:bulb: Need a different license type? Feel free to open a pull request!

Expand Down

0 comments on commit 1f9e70a

Please sign in to comment.