Sort: Remove var type hint change

This should be fixed in ipl/stdlib
This commit is contained in:
Sukhwinder Dhillon 2024-03-28 12:21:49 +01:00
parent ca620814c3
commit 980ea85e61

View file

@ -41,7 +41,6 @@ trait Sort
return $this;
}
/** @var array<int, string> $res */
$res = Str::symmetricSplit($sort, ' ', 2, 'asc');
[$sortBy, $direction] = $res;