Michal Tichý
Results
1
issues of
Michal Tichý
It looks like: ``` /** * @param mixed ...$x * * @return CompositeExpression */ public function andX($x = null) { return new CompositeExpression(CompositeExpression::TYPE_AND, func_get_args()); } ``` But this fails in...