Page MenuHomePhorge

ArcanistXHPASTLintSwitchHook.php
No OneTemporary

ArcanistXHPASTLintSwitchHook.php

<?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

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)

Event Timeline