mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
Sort: Remove var type hint change
This should be fixed in ipl/stdlib
This commit is contained in:
parent
ca620814c3
commit
980ea85e61
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ trait Sort
|
|||
return $this;
|
||||
}
|
||||
|
||||
/** @var array<int, string> $res */
|
||||
$res = Str::symmetricSplit($sort, ' ', 2, 'asc');
|
||||
[$sortBy, $direction] = $res;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue