staabm/phpstan-todo-by

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

Closed this issue · 1 comments

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.

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.