staabm / phpstan-todo-by

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

Fix laziness of TagFetcher #15

Closed staabm closed 9 months ago

staabm commented 9 months ago

before this PR we did not properly skip further processing after matching comments. a empty search-result was still processed and therefore the git fetcher was triggered unintentionally.

closes https://github.com/staabm/phpstan-todo-by/issues/14