aboutsummaryrefslogtreecommitdiff
path: root/src/Search/LogicOp.php
Commit message (Collapse)AuthorAge
* LogicOp: Fix assert() trying to eval its parameterLaria Carolin Chabowski2020-02-18
| | | | | | Apparently I managed to turn off assertions in my dev setup m(. Passing in a string (which happens in the expected path here) tries to evaluate it, which then fails. We fix this by asserting an isset() instead.
* Initial commitLaria Carolin Chabowski2020-02-07