We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee0a11 commit 6ea7434Copy full SHA for 6ea7434
tests/QueryTest.php
@@ -102,7 +102,7 @@ public function testQueries(
102
);
103
}
104
105
- } catch (JSONPathException | RuntimeException $e) {
+ } catch (JSONPathException|RuntimeException $e) {
106
if (!\in_array($id, self::$baselineFailedQueries, true)) {
107
throw new RuntimeException(
108
$e->getMessage() . "\nQuery: {$query}\n\nMore information: {$url}",
0 commit comments