Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
Signed-off-by: bidi <[email protected]>
  • Loading branch information
bidi47 committed Nov 19, 2024
1 parent 4adcaf9 commit 0df6eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/v5/introduction/file-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ This directory contains all application-related config files:
* `cli-config.php`: command line interface configuration used by migrations, fixtures, crons
* `config.php`: registers ConfigProviders for installing packages
* `container.php`: main service container that provides access to all registered services
* `development.config.php.dist`: activates debug mode; gets symlinked as `development.config.php` when enabling development mode
* `migrations.php`: configuration for database migration, like migration file location and table to save the migration log
* `development.config.php.dist`: activates debug mode; gets symlinked as `development.config.php` when enabling development mode
* `migrations.php`: configuration for database migration, like migration file location and table to save the migration log
* `pipeline.php`: contains a list of middlewares, in the order of their execution
* `twig-cs-fixer.php`: configuration file for Twig code style checker/fixer

Expand Down

0 comments on commit 0df6eab

Please sign in to comment.