Skip to content

Commit 8cf98a7

Browse files
committed
Fix PHP 8.1 compat
1 parent d2da2e2 commit 8cf98a7

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
@@ -30,7 +30,7 @@ final class Iconify
3030
// URL must be 500 chars max (iconify limit)
3131
// -39 chars: https://api.iconify.design/XXX.json?icons=
3232
// -safe margin
33-
private const int MAX_ICONS_QUERY_LENGTH = 400;
33+
private const MAX_ICONS_QUERY_LENGTH = 400;
3434

3535
private HttpClientInterface $http;
3636
private \ArrayObject $sets;

0 commit comments

Comments
 (0)