Skip to content

Commit bf729c5

Browse files
refactor: Apply rector changes
Signed-off-by: GitHub <noreply@github.com>
1 parent 1afeb1c commit bf729c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)