[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class DifferentialLintStatus { 4 5 const LINT_NONE = 0; 6 const LINT_OKAY = 1; 7 const LINT_WARN = 2; 8 const LINT_FAIL = 3; 9 const LINT_SKIP = 4; 10 const LINT_POSTPONED = 5; 11 const LINT_AUTO_SKIP = 6; 12 13 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |