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 1afc973 commit c352940Copy full SHA for c352940
docs/infrastructure_and_maintenance/performance.md
@@ -56,7 +56,7 @@ In production setups:
56
57
To avoid deprecations when using PHP 8.2 or 8.3, [= product_name =] v4.6.x needs an additional error handler.
58
The error handler is present by default for projects that started with 4.6.8 or later.
59
- For projects that started with earlier versions, you need to added the error handler manually by running the following commands:
+ For projects that started with earlier versions, you need to add the error handler manually by running the following commands:
60
61
``` bash
62
composer config extra.runtime.error_handler "\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
0 commit comments