[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/differential/constants/ -> DifferentialLintStatus.php (source)

   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  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1