diff --git a/config.xsd b/config.xsd
index ab37ca2dc..9f8676ce8 100644
--- a/config.xsd
+++ b/config.xsd
@@ -424,6 +424,8 @@
+
+
diff --git a/tests/ArrayAssignmentTest.php b/tests/ArrayAssignmentTest.php
index 9a3a40f42..80b67ca4d 100644
--- a/tests/ArrayAssignmentTest.php
+++ b/tests/ArrayAssignmentTest.php
@@ -835,7 +835,7 @@ class ArrayAssignmentTest extends TestCase
'keyedIntOffsetArrayValues' => [
' [
diff --git a/tests/Template/ClassTemplateTest.php b/tests/Template/ClassTemplateTest.php
index ff2f03cfe..a8be6c232 100644
--- a/tests/Template/ClassTemplateTest.php
+++ b/tests/Template/ClassTemplateTest.php
@@ -2289,7 +2289,7 @@ class ClassTemplateTest extends TestCase
* @return static
*/
public function map(callable $callback) {
- /** @psalm-suppress RedundantCast */
+ /** @psalm-suppress RedundantFunctionCall */
return new static(array_values(array_map($callback, $this->elements)));
}
}