We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f946a3 commit 08ef1e5Copy full SHA for 08ef1e5
1 file changed
src/Core/Serialize/Builder.php
@@ -89,8 +89,8 @@ private function resolveParameters(Resolution $resolution, array $parameters, Se
89
$parameter->getName(),
90
];
91
$resolved = (new ValidateValue(notation: $this->notation, path: $nestedPath))
92
- ->then(new TypeMatched(notation: $this->notation, path: $nestedPath))
93
->then(new DependencyValue(notation: $this->notation, path: $nestedPath))
+ ->then(new TypeMatched(notation: $this->notation, path: $nestedPath))
94
->then(new BackedEnumValue(notation: $this->notation, path: $nestedPath))
95
->then(new AttributeValue(notation: $this->notation, path: $nestedPath))
96
->then(new CollectionValue(notation: $this->notation, path: $nestedPath))
0 commit comments