Skip to content

Commit 49a3f10

Browse files
[6.4] Fix various @psalm-return annotations
1 parent c7486f0 commit 49a3f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ParameterBag/ParameterBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function resolve()
176176
* @param TValue $value
177177
* @param array $resolving An array of keys that are being resolved (used internally to detect circular references)
178178
*
179-
* @return (TValue is scalar ? array|scalar : array<array|scalar>)
179+
* @psalm-return (TValue is scalar ? array|scalar : array<array|scalar>)
180180
*
181181
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
182182
* @throws ParameterCircularReferenceException if a circular reference if detected

0 commit comments

Comments
 (0)