From 3e151c65622884f72c1bf25f79992fa17e690579 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 22 Mar 2024 09:24:13 +0100 Subject: [PATCH] Fix cs (#1681) --- tests/Form/Type/RolesMatrixTypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ], [])]; } }