Skip to content

v13.23.0

@lucasmichot lucasmichot tagged this 13 Jul 15:54
* Use Collection contains/doesntContain instead of filter/reject + count/isEmpty checks

Replaces map/filter/reject chains ending in count() or isEmpty()/isNotEmpty() checks, as well as an in_array() lookup, with the more direct contains()/doesntContain() methods.

* Use doesntContain instead of negated contains
Assets 2
Loading