@@ -16,6 +16,9 @@ |
||
16 | 16 | /* @var Array The list of subclauses that are combined by this predicate. */ |
17 | 17 | private $conditions; |
18 | 18 | |
19 | + /** |
|
20 | + * @param string $type |
|
21 | + */ |
|
19 | 22 | public function __construct($type, QueryExpression $left, QueryExpression ...$others) |
20 | 23 | { |
21 | 24 | switch ($type) { |