Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 928a4f4

Browse files
committed
Value constraint should not affect object extractor result
1 parent 99fdf8a commit 928a4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Extractors/PlainExtractors/ObjectExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function extract(Context $context, Value $value, PlainExtractorDefinition
3636
if ($definition->getNext()) {
3737
// we have value constraint
3838
try {
39-
return$extractor->extract($context, $value, $definition->getNext());
39+
$extractor->extract($context, $value, $definition->getNext());
4040
} catch (ExtractorException $e) {
4141
throw new ExtractorException('Object value constraint failed: ' . $e->getMessage());
4242
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /