From cfc9ce07699548a29541ef2cdabd36b3d9dcdc27 Mon Sep 17 00:00:00 2001 From: Nicolas Hedger Date: Mon, 16 Jun 2025 17:03:05 +0200 Subject: [PATCH] feat: add Biome formatter --- src/Formatters/BiomeFormatter.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Formatters/BiomeFormatter.php diff --git a/src/Formatters/BiomeFormatter.php b/src/Formatters/BiomeFormatter.php new file mode 100644 index 00000000..77682bcb --- /dev/null +++ b/src/Formatters/BiomeFormatter.php @@ -0,0 +1,19 @@ +run(); + + if (! $process->isSuccessful()) { + throw new ProcessFailedException($process); + } + } +}