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
Fri, Nov 21, 12:38 PM (9 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347856
Default Alt Text
DifferentialLintStatus.php (239 B)

Event Timeline