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 45660fb commit c10f297Copy full SHA for c10f297
src/Helpers.php
@@ -61,7 +61,7 @@ function whenPhpVersion($phpVersion): void
61
function whenIpv6Available(): bool
62
{
63
// Check if IPv6 is supported by the system
64
- if (!filter_var('::1', FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
+ if (! filter_var('::1', FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
65
return false;
66
}
67
0 commit comments