staabm / phpstan-todo-by

Todo comments with expiration
https://staabm.github.io/2023/12/17/phpstan-todo-by-published.html
MIT License
172 stars 4 forks source link

Issue caused by a single-line block format comment is printed incorrectly #64

Closed EmilMassey closed 8 months ago

EmilMassey commented 8 months ago

When the comment is formatted like this:

/** TODO: 2000-12-08 Fix me */

then the error message includes */, but it should be omitted.

Actual error message:

Expired on 2000-12-08: Fix me */.

Expected error message:

Expired on 2000-12-08: Fix me.
github-actions[bot] commented 6 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.