@@ -30,7 +30,7 @@ class TemplatePart
30
30
31
31
/**
32
32
* @psalm-readonly
33
- * @psalm- var \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed
33
+ * @var \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed
34
34
*/
35
35
private \Closure $ configurationValueProcessor ;
36
36
@@ -40,9 +40,9 @@ class TemplatePart
40
40
private ProcessingErrors $ processingErrors ;
41
41
42
42
/**
43
- * @psalm- param array<string, mixed> $configuration
44
- * @psalm- param array<string, mixed> $evaluationContext
45
- * @psalm- param \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed $configurationValueProcessor
43
+ * @param array<string, mixed> $configuration
44
+ * @param array<string, mixed> $evaluationContext
45
+ * @param \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed $configurationValueProcessor
46
46
* @throws StopBuildingTemplatePartException
47
47
*/
48
48
private function __construct (
@@ -61,9 +61,9 @@ private function __construct(
61
61
}
62
62
63
63
/**
64
- * @psalm- param array<string, mixed> $configuration
65
- * @psalm- param array<string, mixed> $evaluationContext
66
- * @psalm- param \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed $configurationValueProcessor
64
+ * @param array<string, mixed> $configuration
65
+ * @param array<string, mixed> $evaluationContext
66
+ * @param \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed $configurationValueProcessor
67
67
* @throws StopBuildingTemplatePartException
68
68
*/
69
69
public static function createRoot (
@@ -102,7 +102,7 @@ public function getFullPathToConfiguration(): array
102
102
}
103
103
104
104
/**
105
- * @psalm- param string|list<string> $configurationPath
105
+ * @param string|list<string> $configurationPath
106
106
* @throws StopBuildingTemplatePartException
107
107
*/
108
108
public function withConfigurationByConfigurationPath ($ configurationPath ): self
@@ -117,7 +117,7 @@ public function withConfigurationByConfigurationPath($configurationPath): self
117
117
}
118
118
119
119
/**
120
- * @psalm- param array<string, mixed> $evaluationContext
120
+ * @param array<string, mixed> $evaluationContext
121
121
*/
122
122
public function withMergedEvaluationContext (array $ evaluationContext ): self
123
123
{
@@ -134,7 +134,7 @@ public function withMergedEvaluationContext(array $evaluationContext): self
134
134
}
135
135
136
136
/**
137
- * @psalm- param string|list<string> $configurationPath
137
+ * @param string|list<string> $configurationPath
138
138
* @return mixed
139
139
* @throws StopBuildingTemplatePartException
140
140
*/
@@ -185,7 +185,7 @@ public function getRawConfiguration($configurationPath)
185
185
}
186
186
187
187
/**
188
- * @psalm- param string|list<string> $configurationPath
188
+ * @param string|list<string> $configurationPath
189
189
*/
190
190
public function hasConfiguration ($ configurationPath ): bool
191
191
{
0 commit comments