Private
Public Access
1
0

chg: dev: change the code style to fit the current standard #4

This commit is contained in:
2026-04-10 12:57:03 +02:00
parent 15806a6e04
commit 086d6c601e
24 changed files with 236 additions and 236 deletions

View File

@@ -1,4 +1,4 @@
framework:
test: true
session:
storage_id: session.storage.mock_file
test: true
session:
storage_id: session.storage.mock_file

View File

@@ -1,7 +1,7 @@
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event"]
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: [ "!event" ]

View File

@@ -1,6 +1,6 @@
web_profiler:
toolbar: false
intercept_redirects: false
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }
profiler: { collect: false }