From 24ca51780ce61f06ae21d50089f8d78c65df25e7 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 14 Dec 2023 20:27:29 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48bf462..552729b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ function doFoo() { ## Supported todo formats Every comment which matches the [supported pattern](https://github.com/staabm/phpstan-todo-by/blob/main/src/TodoByRule.php#L14) will be checked. +The supported dateformat is `YYYY-MM-DD`. See [all supported examples](https://github.com/staabm/phpstan-todo-by/blob/main/tests/data/example.php) in the Testsuite.