Skip to content

Commit b991eca

Browse files
authored
Merge pull request #34 from Ehyiah/fix-bundle-configuration
fix for bundle configuration sf8 of nodes being required with a default v…
2 parents 5f1d4db + 7a60ae0 commit b991eca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/EhyiahApiDocBundle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ public function configure(DefinitionConfigurator $definition): void
4545
->info('Base URL(s) for Swagger UI. Multiple URLs can be comma-separated.')
4646
->end()
4747
->scalarNode('source_path')
48-
->isRequired()
4948
->defaultValue('src/Swagger')
5049
->end()
5150
->scalarNode('dump_path')
52-
->isRequired()
5351
->defaultValue('src/Swagger/dump')
5452
->end()
5553
->booleanNode('enable_php_config')

0 commit comments

Comments
 (0)