Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored and kbond committed Aug 18, 2024
1 parent 33595b9 commit 41f15ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixture/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
'alias' => 'Model',
],
],
'controller_resolver' => ['auto_mapping' => true]
'controller_resolver' => ['auto_mapping' => true],
],
]);

Expand Down

0 comments on commit 41f15ca

Please sign in to comment.