1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-09 16:32:39 +01:00

(stable) Promote 2018 Week 50

This commit is contained in:
epriestley 2018-12-14 23:19:43 -08:00
commit ed5d02ab3e

View file

@ -70,7 +70,7 @@ final class ArcanistPHPCompatibilityXHPASTLinterRule
$symbol = $params->getChildByIndex(0);
if (!$symbol->isStaticScalar()) {
continue;
break;
}
$symbol_name = $symbol->evalStatic();