You are here

constant SEVERITY_MINOR in Coder 6

Same name and namespace in other branches
  1. 6.2 coder.module \SEVERITY_MINOR
  2. 7.2 coder_review/coder_review.common.inc \SEVERITY_MINOR
  3. 7 coder_review/coder_review.module \SEVERITY_MINOR

@file Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.

Built-in support for:

Credit also to dries:

1 use of SEVERITY_MINOR
_coder_severity in ./coder.module
Return the integer severity magic number for a string severity.

File

./coder.module, line 26
Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.

Code

define('SEVERITY_MINOR', 1);