1. * * @author Fabien Potencier */ interface OperatorEscapeInterface { /** * @return string[] */ public function getOperandNamesToEscape(): array; }