Skip to content

Commit 08ef1e5

Browse files
committed
fix: review builder behavior
1 parent 0f946a3 commit 08ef1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Serialize/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ private function resolveParameters(Resolution $resolution, array $parameters, Se
8989
$parameter->getName(),
9090
];
9191
$resolved = (new ValidateValue(notation: $this->notation, path: $nestedPath))
92-
->then(new TypeMatched(notation: $this->notation, path: $nestedPath))
9392
->then(new DependencyValue(notation: $this->notation, path: $nestedPath))
93+
->then(new TypeMatched(notation: $this->notation, path: $nestedPath))
9494
->then(new BackedEnumValue(notation: $this->notation, path: $nestedPath))
9595
->then(new AttributeValue(notation: $this->notation, path: $nestedPath))
9696
->then(new CollectionValue(notation: $this->notation, path: $nestedPath))

0 commit comments

Comments
 (0)