File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ abstract class AbstractRecursivePass implements CompilerPassInterface
37
37
private ExpressionLanguage $ expressionLanguage ;
38
38
private bool $ inExpression = false ;
39
39
40
- public function process (ContainerBuilder $ container ): void
40
+ /**
41
+ * @return void
42
+ */
43
+ public function process (ContainerBuilder $ container )
41
44
{
42
45
$ this ->container = $ container ;
43
46
@@ -65,8 +68,10 @@ protected function inExpression(bool $reset = true): bool
65
68
66
69
/**
67
70
* Processes a value found in a definition tree.
71
+ *
72
+ * @return mixed
68
73
*/
69
- protected function processValue (mixed $ value , bool $ isRoot = false ): mixed
74
+ protected function processValue (mixed $ value , bool $ isRoot = false )
70
75
{
71
76
if (\is_array ($ value )) {
72
77
foreach ($ value as $ k => $ v ) {
You can’t perform that action at this time.
0 commit comments