Skip to content

Commit 3abac5e

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [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
2 parents b0be036 + 4665151 commit 3abac5e

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)