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.
@psalm-return
1 parent c7486f0 commit 49a3f10Copy full SHA for 49a3f10
ParameterBag/ParameterBag.php
@@ -176,7 +176,7 @@ public function resolve()
176
* @param TValue $value
177
* @param array $resolving An array of keys that are being resolved (used internally to detect circular references)
178
*
179
- * @return (TValue is scalar ? array|scalar : array<array|scalar>)
+ * @psalm-return (TValue is scalar ? array|scalar : array<array|scalar>)
180
181
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
182
* @throws ParameterCircularReferenceException if a circular reference if detected
0 commit comments