Overrides TokenEmulator::reverseEmulate
public function reverseEmulate(string $code, array $tokens) : array { // Explicit octals were not legal code previously, don't bother. return $tokens; }