From c895636c63ccda16316bfd64b52ef9188e75603e Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Thu, 6 Aug 2020 11:35:04 -0400 Subject: [PATCH] fix(xdebug, docker): fixes a typo in xdebug yaml The lack of space here causes the `PHP_EXTENSIONS` to not properly load and prevent debugging. --- src/cloud/docker/docker-development-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/docker/docker-development-debug.md b/src/cloud/docker/docker-development-debug.md index fb71d17ea20..abaf827984c 100644 --- a/src/cloud/docker/docker-development-debug.md +++ b/src/cloud/docker/docker-development-debug.md @@ -38,7 +38,7 @@ If you use Microsoft Windows, take the following steps before continuing: volumes: - 'mymagento-magento-sync:/app:nocopy' environment: - - 'PHP_EXTENSIONS=bcmath bz2 calendar exif gd gettext intl mysqli pcntl pdo_mysql soap socketssysvmsg sysvsem sysvshm opcache zip redis xsl sodium' + - 'PHP_EXTENSIONS=bcmath bz2 calendar exif gd gettext intl mysqli pcntl pdo_mysql soap sockets sysvmsg sysvsem sysvshm opcache zip redis xsl sodium' networks: magento: aliases: