diff --git a/tests/Form/Type/RolesMatrixTypeTest.php b/tests/Form/Type/RolesMatrixTypeTest.php index f45b37f5d..f9c5621f2 100755 --- a/tests/Form/Type/RolesMatrixTypeTest.php +++ b/tests/Form/Type/RolesMatrixTypeTest.php @@ -154,7 +154,7 @@ protected function getExtensions(): array $childType = new RolesMatrixType($this->roleBuilder); return [new PreloadedExtension([ - $childType, + $childType, ], [])]; } }