2, 'max_expr' => 2, 'optional' => FALSE, 'label' => ts('Compare with'), ], ]; } /** * @return string */ public static function getTitle(): string { return ts('Unequal'); } /** * @return string */ public static function getDescription(): string { return ts('The first value, only if it is not equal to the second.'); } }