Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282311
ArcanistXHPASTLintSwitchHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
369 B
Referenced Files
None
Subscribers
None
ArcanistXHPASTLintSwitchHook.php
View Options
<?php
/**
* You can extend this class and set `xhpast.switchhook` in your `.arclint`
* to have an opportunity to override results for linting `switch` statements.
*/
abstract
class
ArcanistXHPASTLintSwitchHook
extends
Phobject
{
/**
* @return bool True if token safely ends the block.
*/
abstract
public
function
checkSwitchToken
(
XHPASTToken
$token
)
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 06:57 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1116342
Default Alt Text
ArcanistXHPASTLintSwitchHook.php (369 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment