|
@@ -4,7 +4,7 @@ |
|
|
block discarded – undo |
|
4
|
4
|
|
|
5
|
5
|
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; |
|
6
|
6
|
|
|
7
|
|
-return static function (ContainerConfigurator $containerConfigurator): void { |
|
|
7
|
+return static function(ContainerConfigurator $containerConfigurator): void { |
|
8
|
8
|
if ($containerConfigurator->env() === 'dev') { |
|
9
|
9
|
$containerConfigurator->extension('kocal_biome_js', [ |
|
10
|
10
|
// The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags: |
Please login to merge, or discard this patch.