Overrides TokenEmulator::isEmulationNeeded
public function isEmulationNeeded(string $code) : bool { return strpos($code, '?->') !== false; }