@@ -30,7 +30,7 @@ class TemplatePart
3030
3131 /**
3232 * @psalm-readonly
33- * @psalm- var \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed
33+ * @var \Closure(mixed $value, array<string, mixed> $evaluationContext): mixed
3434 */
3535 private \Closure $ configurationValueProcessor ;
3636
@@ -40,9 +40,9 @@ class TemplatePart
4040 private ProcessingErrors $ processingErrors ;
4141
4242 /**
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
4646 * @throws StopBuildingTemplatePartException
4747 */
4848 private function __construct (
@@ -61,9 +61,9 @@ private function __construct(
6161 }
6262
6363 /**
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
6767 * @throws StopBuildingTemplatePartException
6868 */
6969 public static function createRoot (
@@ -102,7 +102,7 @@ public function getFullPathToConfiguration(): array
102102 }
103103
104104 /**
105- * @psalm- param string|list<string> $configurationPath
105+ * @param string|list<string> $configurationPath
106106 * @throws StopBuildingTemplatePartException
107107 */
108108 public function withConfigurationByConfigurationPath ($ configurationPath ): self
@@ -117,7 +117,7 @@ public function withConfigurationByConfigurationPath($configurationPath): self
117117 }
118118
119119 /**
120- * @psalm- param array<string, mixed> $evaluationContext
120+ * @param array<string, mixed> $evaluationContext
121121 */
122122 public function withMergedEvaluationContext (array $ evaluationContext ): self
123123 {
@@ -134,7 +134,7 @@ public function withMergedEvaluationContext(array $evaluationContext): self
134134 }
135135
136136 /**
137- * @psalm- param string|list<string> $configurationPath
137+ * @param string|list<string> $configurationPath
138138 * @return mixed
139139 * @throws StopBuildingTemplatePartException
140140 */
@@ -185,7 +185,7 @@ public function getRawConfiguration($configurationPath)
185185 }
186186
187187 /**
188- * @psalm- param string|list<string> $configurationPath
188+ * @param string|list<string> $configurationPath
189189 */
190190 public function hasConfiguration ($ configurationPath ): bool
191191 {
0 commit comments