From http://drupal.org/node/1354:

To document known issues and development tasks in code, @todo statements may be used. Each @todo should form an atomic task. They should wrap at 80 chars, if required. Additionally, any following lines should be indented by 2 spaces, to clarify where the @todo starts and ends.

This is probably most important in the inserted todo comments in updated code.

CommentFileSizeAuthor
#1 coder_upgrade-833984-1.patch60.25 KBduellj

Comments

duellj’s picture

Status: Active » Needs review
StatusFileSize
new60.25 KB

This patch changes all TODO's into @todo

rafamd’s picture

Without applying the patch, seems to to what is intended to do.

klausi’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Coder 7.x-1.x is frozen now and will not receive any updates. Coder 8.x-2.x can be used to check code for any Drupal version, Coder 8.x-2.x also supports the phpcbf command to automatically fix conding standard errors. Please check if this issue is still relevant and reopen against that version if necessary.