Skip to content

Commit c10f297

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 45660fb commit c10f297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function whenPhpVersion($phpVersion): void
6161
function whenIpv6Available(): bool
6262
{
6363
// Check if IPv6 is supported by the system
64-
if (!filter_var('::1', FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
64+
if (! filter_var('::1', FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
6565
return false;
6666
}
6767

0 commit comments

Comments
 (0)