Skip to content

Commit c86cd94

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Finder] Fix gitignore regex build with "**" Fixed deprecation warnings about passing null as parameter [Security] Keep Bulgarian wording consistent across all texts. Migrate configuration file for PHP CS Fixer 2.19/3.0 [Form] Replace broken ServerParams mock [Mailer] Fix SES API call with UTF-8 Addresses
2 parents d78fe90 + 3abac5e commit c86cd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Constraints/IpValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function validate($value, Constraint $constraint)
9393
break;
9494

9595
default:
96-
$flag = null;
96+
$flag = 0;
9797
break;
9898
}
9999

0 commit comments

Comments
 (0)