We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2da2e2 commit 8cf98a7Copy full SHA for 8cf98a7
src/Icons/src/Iconify.php
@@ -30,7 +30,7 @@ final class Iconify
30
// URL must be 500 chars max (iconify limit)
31
// -39 chars: https://api.iconify.design/XXX.json?icons=
32
// -safe margin
33
- private const int MAX_ICONS_QUERY_LENGTH = 400;
+ private const MAX_ICONS_QUERY_LENGTH = 400;
34
35
private HttpClientInterface $http;
36
private \ArrayObject $sets;
0 commit comments