Skip to content

Commit 6ea7434

Browse files
committed
Apply php-cs-fixer
1 parent eee0a11 commit 6ea7434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testQueries(
102102
);
103103
}
104104
}
105-
} catch (JSONPathException | RuntimeException $e) {
105+
} catch (JSONPathException|RuntimeException $e) {
106106
if (!\in_array($id, self::$baselineFailedQueries, true)) {
107107
throw new RuntimeException(
108108
$e->getMessage() . "\nQuery: {$query}\n\nMore information: {$url}",

0 commit comments

Comments
 (0)