Skip to content

Commit baace95

Browse files
committed
fix psr2 style issue
1 parent 370693d commit baace95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/Query/TermLevel/TermsSetQuery.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ public function toArray()
7575

7676
private function validateParameters(array $parameters)
7777
{
78-
if (
79-
!isset($parameters[self::MINIMUM_SHOULD_MATCH_TYPE_FIELD]) &&
78+
if (!isset($parameters[self::MINIMUM_SHOULD_MATCH_TYPE_FIELD]) &&
8079
!isset($parameters[self::MINIMUM_SHOULD_MATCH_TYPE_SCRIPT])
8180
) {
8281
$message = "Either minimum_should_match_field or minimum_should_match_script must be set.";

0 commit comments

Comments
 (0)