Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90519579
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
Sat, Nov 2, 10:25
Size
239 B
Mime Type
text/x-php
Expires
Mon, Nov 4, 10:25 (2 d)
Engine
blob
Format
Raw Data
Handle
22089424
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