mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-07 07:43:12 +08:00
Documented performance issue when sorting by visits or short URLs count
This commit is contained in:
@@ -12,6 +12,9 @@ final class Ordering
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array{string|null, string|null} $props
|
||||
*/
|
||||
public static function fromTuple(array $props): self
|
||||
{
|
||||
[$field, $dir] = $props;
|
||||
|
||||
Reference in New Issue
Block a user