Skip to content

Commit 2d57049

Browse files
committed
fabbot
1 parent 2acdba8 commit 2d57049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Icons/src/Iconify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function fetchIcons(string $prefix, array $names): array
9292
}
9393

9494
// Sort to enforce cache hits
95-
\sort($names);
95+
sort($names);
9696
$queryString = implode(',', $names);
9797
if (!preg_match('#^[a-z0-9-,]+$#', $queryString)) {
9898
throw new \InvalidArgumentException('Invalid icon names.');

0 commit comments

Comments
 (0)