Page MenuHomePhorge

DifferentialLintStatus.php
No OneTemporary

Size
310 B
Referenced Files
None
Subscribers
None

DifferentialLintStatus.php

<?php
final class DifferentialLintStatus extends Phobject {
const LINT_NONE = 0;
const LINT_OKAY = 1;
const LINT_WARN = 2;
const LINT_FAIL = 3;
const LINT_SKIP = 4;
const LINT_POSTPONED = 5;
const LINT_AUTO_SKIP = 6;
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jun 29, 12:28 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259349
Default Alt Text
DifferentialLintStatus.php (310 B)

Event Timeline