master
<?php declare(strict_types=1); namespace Acelot\SearchSchema\Rule; final class OneOf extends AbstractCombiningRule { protected function getOperator(): string { return 'OR'; } }