Page MenuHomestyx hydra

DifferentialLintStatus.php
No OneTemporary

DifferentialLintStatus.php

<?php
final class DifferentialLintStatus {
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
Mon, Nov 24, 2:50 PM (2 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
346935
Default Alt Text
DifferentialLintStatus.php (293 B)

Event Timeline