YaLinqo icon indicating copy to clipboard operation
YaLinqo copied to clipboard

$keySelector of method Enumerable::orderBy()

Open umpirsky opened this issue 4 years ago • 0 comments

Code:

Enumerable::from($arr)->orderBy('$v->getDisplayOrder()');

Error:

Parameter #1 $keySelector of method YaLinqo\Enumerable::orderBy() expects (callable(): mixed)|null, '$v->getDisplayOrder…' given. 

umpirsky avatar Nov 02 '21 13:11 umpirsky