Skip to content

Commit 9fd6c4a

Browse files
authored
Merge pull request #59296 from nextcloud/automated/noid/rector-changes
Apply rector changes
2 parents 2d91bdd + bf729c5 commit 9fd6c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/NaturalSort.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ public function compare($a, $b) {
113113
* @return NaturalSort instance
114114
*/
115115
public static function getInstance(): NaturalSort {
116-
return \OCP\Server::get(NaturalSort::class);
116+
return Server::get(NaturalSort::class);
117117
}
118118
}

0 commit comments

Comments
 (0)