Skip to content

Commit e9998b0

Browse files
committed
Removed linefeed in composer command for 3.3
1 parent 15844ce commit e9998b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/update_and_migration/from_3.3/update_from_3.3.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ Run:
4141
To avoid deprecations when updating from an older PHP version to PHP 8.2 or 8.3, run the following commands:
4242

4343
``` bash
44-
composer config extra.runtime.error_handler
45-
"\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
44+
composer config extra.runtime.error_handler "\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
4645
composer dump-autoload
4746
```
4847

0 commit comments

Comments
 (0)