8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfae515 commit bdc68fdCopy full SHA for bdc68fd
UPGRADE-4.4.md
@@ -269,7 +269,17 @@ TwigBridge
269
TwigBundle
270
----------
271
272
- * Deprecated `twig.exception_controller` configuration option, set it to "null" and use `framework.error_controller` instead:
+ * Deprecated `twig.exception_controller` configuration option.
273
+
274
+ If you were not using this option previously, set it to `null`:
275
276
+ After:
277
+ ```yaml
278
+ twig:
279
+ exception_controller: null
280
+ ```
281
282
+ If you were using this option previously, set it to `null` and use `framework.error_controller` instead:
283
284
Before:
285
```yaml
0 commit comments