Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F804761
DifferentialLintStatus.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
293 B
Referenced Files
None
Subscribers
None
DifferentialLintStatus.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Thu, May 29, 12:50 PM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
200459
Default Alt Text
DifferentialLintStatus.php (293 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment