From 6696b47ebb57e102b707b72ad1b127ec17ceda9e Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Fri, 22 Mar 2024 22:30:22 -0400 Subject: [PATCH] Fix style --- app/src/MyApp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/MyApp.php b/app/src/MyApp.php index c78d4991e..d4dc2710e 100644 --- a/app/src/MyApp.php +++ b/app/src/MyApp.php @@ -105,6 +105,7 @@ public function getServices(): array * @see https://learn.userfrosting.com/sprinkles/recipe#bakeryrecipe * * @return class-string<\Symfony\Component\Console\Command\Command>[] + * * @codeCoverageIgnore */ public function getBakeryCommands(): array