Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored May 24, 2024
1 parent bdb8af2 commit 0a9f996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ When a text is given after the date, this text will be picked up for the PHPStan
- the comment might be mixed with `:` or `-` characters
- multi line `/* */` and `/** */` comments are supported

Out of the box comments can expire by different constraints:
**Out of the box** comments can expire by different constraints:
- by date with format of `YYYY-MM-DD` matched against the [reference-time](https://github.com/staabm/phpstan-todo-by#reference-time)
- by a full github issue url

There are more builtin constraints, but these require additional configuration:
There are more builtin constraints, but these **require additional configuration**:
- by a semantic version constraint matched against the projects [reference-version](https://github.com/staabm/phpstan-todo-by#reference-version)
- by a semantic version constraint matched against a Composer dependency (via `composer.lock` or [`virtualPackages`](https://github.com/staabm/phpstan-todo-by#virtual-packages) config)
- by ticket reference, matched against the status of a ticket (e.g. in github.com or JIRA)
Expand Down

0 comments on commit 0a9f996

Please sign in to comment.