Notices using TODO instead of @todo and trigger PHPCS errors
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3313835. -->
Reported by: [alex.skrypnyk](https://www.drupal.org/user/620694)
>>>
<p>This commit introduced `TODO` as a comment wrapper.<br>
<a href="https://github.com/palantirnet/drupal-rector/pull/100/files#diff-79f5075c194ee55852efa25f0161eab447294c008a15db85e1eb25055d0060b8R44">https://github.com/palantirnet/drupal-rector/pull/100/files#diff-79f5075c194ee55852efa25f0161eab447294c008a15db85e1eb25055d0060b8R44</a></p>
<p>But it is not compliant with coder, which expects `@todo Comment...`</p>
<p>This triggers PHPCS errors on the replaced code.</p>
issue