Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHuisman committed Oct 20, 2024
1 parent 17ecd7a commit 659a092
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .phpactor.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "/phpactor.schema.json",
"symfony.enabled": true,
"phpunit.enabled": true,
"language_server_psalm.enabled": true,
"language_server_phpstan.enabled": true,
"symfony.xml_path": "%project_root%/var/cache/dev/CsrDelft_KernelDevDebugContainer.xml"
}
"$schema": "/phpactor.schema.json",
"symfony.enabled": true,
"phpunit.enabled": true,
"language_server_psalm.enabled": true,
"language_server_phpstan.enabled": true,
"symfony.xml_path": "%project_root%/var/cache/dev/CsrDelft_KernelDevDebugContainer.xml"
}
20 changes: 10 additions & 10 deletions config/packages/web_profiler.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
web_profiler:
toolbar: true
intercept_redirects: false

framework:
profiler: { only_exceptions: false }
framework:
profiler: { only_exceptions: false }

when@test:
web_profiler:
toolbar: false
intercept_redirects: false
web_profiler:
toolbar: false
intercept_redirects: false

framework:
profiler: { collect: false }
framework:
profiler: { collect: false }

0 comments on commit 659a092

Please sign in to comment.