Skip to content

Commit

Permalink
Fix cs (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Mar 22, 2024
1 parent 251018e commit 3e151c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Form/Type/RolesMatrixTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ protected function getExtensions(): array
$childType = new RolesMatrixType($this->roleBuilder);

return [new PreloadedExtension([
$childType,
$childType,
], [])];
}
}

0 comments on commit 3e151c6

Please sign in to comment.