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 192e258 commit f42c632Copy full SHA for f42c632
src/Constraint/JsonValueMatches.php
@@ -75,7 +75,7 @@ protected function matches($other): bool
75
76
foreach ($result as $v) {
77
if ($v instanceof JSONPath) {
78
- $v = $v->data();
+ $v = $v->getData();
79
}
80
81
$singleMatchResult = $this->constraint->evaluate($v, '', true);
0 commit comments