Adam Boxall

Results 2 issues of Adam Boxall

I'm trying to customise the matching logic of a progressively enhanced select. I used the code below to match items that _start_ with a given query instead of _contain_ it:...

breaking change

It would be nice if this supported iterable object hints. ``` php /** * @var OrderLine[] */ protected $lines; ``` Unfortunately the setter is generated as: ``` php /** *...