We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15844ce commit e9998b0Copy full SHA for e9998b0
docs/update_and_migration/from_3.3/update_from_3.3.md
@@ -41,8 +41,7 @@ Run:
41
To avoid deprecations when updating from an older PHP version to PHP 8.2 or 8.3, run the following commands:
42
43
``` bash
44
-composer config extra.runtime.error_handler
45
-"\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
+composer config extra.runtime.error_handler "\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
46
composer dump-autoload
47
```
48
0 commit comments