Page MenuHomestyx hydra

DifferentialLintStatus.php
No OneTemporary

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
Tue, May 26, 10:09 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1552132
Default Alt Text
DifferentialLintStatus.php (310 B)

Event Timeline