From 0df6eab127f7f6ef6eebcf706b54b9fe71affcfc Mon Sep 17 00:00:00 2001 From: bidi Date: Wed, 20 Nov 2024 00:04:51 +0200 Subject: [PATCH] fixed linting Signed-off-by: bidi --- docs/book/v5/introduction/file-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/v5/introduction/file-structure.md b/docs/book/v5/introduction/file-structure.md index d521d11..5e295f3 100644 --- a/docs/book/v5/introduction/file-structure.md +++ b/docs/book/v5/introduction/file-structure.md @@ -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