stable
Clone or download
Read-only
In Searchable and Logical, the acceptXxxx method has ambiguous declaration: the signature of the method says it expects a `VisitorParameters` while the docblock says it expects a `Parameters`. Since we are relying on templates, we should use the one from the docblock only. Part of story #32281: Search artifacts with/without parents via TQL Change-Id: I3ac3a6cfac9f7bccce5c4bd6b549518ff2bad7c0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/AndExpression.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/AndOperand.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/Field.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/Logical.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/Metadata.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/OrExpression.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/OrOperand.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/Searchable.php | +1 | −1 | Go to diff View file |