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

Fix double error reporting if multiple nodes reference the same comment #102

Closed EmilMassey closed 2 weeks ago

EmilMassey commented 2 months ago

Fixes #101

staabm commented 2 months ago

please add a test-case which shows we don't have the same problem for other todo-by rules

EmilMassey commented 2 months ago

Unfortunately, all rules have the same problem. I thought this problem is only related to collector, but it is not. I'll need to find a more generic fix.