File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,11 @@ public function all(): array;
33
33
*
34
34
* @param TValue $value
35
35
*
36
- * @return mixed
37
- *
38
36
* @psalm-return (TValue is scalar ? array|scalar : array<array|scalar>)
39
37
*
40
38
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
41
39
*/
42
- public function resolveValue (mixed $ value );
40
+ public function resolveValue (mixed $ value ): mixed ;
43
41
44
42
/**
45
43
* Escape parameter placeholders %.
Original file line number Diff line number Diff line change @@ -82,11 +82,9 @@ public function resolve();
82
82
/**
83
83
* Replaces parameter placeholders (%name%) by their values.
84
84
*
85
- * @return mixed
86
- *
87
85
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
88
86
*/
89
- public function resolveValue (mixed $ value );
87
+ public function resolveValue (mixed $ value ): mixed ;
90
88
91
89
/**
92
90
* Escape parameter placeholders %.
You can’t perform that action at this time.
0 commit comments