Skip to content

Commit

Permalink
Sort: Remove var type hint change
Browse files Browse the repository at this point in the history
This should be fixed in ipl/stdlib
  • Loading branch information
sukhwinder33445 committed Apr 19, 2024
1 parent ca62081 commit 980ea85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Businessprocess/Common/Sort.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function setSort(?string $sort): self
return $this;
}

/** @var array<int, string> $res */
$res = Str::symmetricSplit($sort, ' ', 2, 'asc');
[$sortBy, $direction] = $res;

Expand Down

0 comments on commit 980ea85

Please sign in to comment.