Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105815389
DifferentialLintStatus.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 19, 23:59
Size
239 B
Mime Type
text/x-php
Expires
Fri, Mar 21, 23:59 (2 d)
Engine
blob
Format
Raw Data
Handle
25012493
Attached To
rPH Phabricator
DifferentialLintStatus.php
View Options
<?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
;
}
Event Timeline
Log In to Comment