Page MenuHomePhorge

ArcanistTestXHPASTLintSwitchHook.php
No OneTemporary

ArcanistTestXHPASTLintSwitchHook.php

<?php
final class ArcanistTestXHPASTLintSwitchHook
extends ArcanistXHPASTLintSwitchHook {
public function checkSwitchToken(XHPASTToken $token) {
if ($token->getTypeName() == 'T_STRING') {
switch (strtolower($token->getValue())) {
case 'throw_exception':
return true;
}
}
return false;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Mar 24, 10:07 (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1116214
Default Alt Text
ArcanistTestXHPASTLintSwitchHook.php (340 B)

Event Timeline