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_AUTO_SKIP = 6;
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 24, 1:50 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347856
Default Alt Text
DifferentialLintStatus.php (239 B)

Event Timeline