From 0a9f996582fbec5816bc4f0f3e11c4aa94a5fd6c Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 24 May 2024 17:09:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4f0cea..b010dd3 100644 --- a/README.md +++ b/README.md @@ -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)