Skip to content

Commit 5bfe124

Browse files
committed
Apply operator_linebreak PHP-CS-Fixer rule
1 parent 46a9d6e commit 5bfe124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Constraints/TimezoneValidator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public function validate(mixed $value, Constraint $constraint)
5555
}
5656

5757
if (
58-
\in_array($value, self::getPhpTimezones($constraint->zone, $constraint->countryCode), true) ||
59-
\in_array($value, self::getIntlTimezones($constraint->zone, $constraint->countryCode), true)
58+
\in_array($value, self::getPhpTimezones($constraint->zone, $constraint->countryCode), true)
59+
|| \in_array($value, self::getIntlTimezones($constraint->zone, $constraint->countryCode), true)
6060
) {
6161
return;
6262
}

0 commit comments

Comments
 (0)