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 1852979 commit b5f9eb7Copy full SHA for b5f9eb7
bin/xdebug/cli
@@ -9,6 +9,6 @@ then echo "First argument has to be relative path (<FILE_PATH>) to target file";
9
exit;
10
fi
11
12
-docker-compose exec -e XDEBUG_SESSION=1 -e PHP_IDE_CONFIG="serverName=$CLI_XDEBUG_SERVER_NAME" php-fpm "$@"
+docker-compose exec -e XDEBUG_SESSION=1 -e PHP_IDE_CONFIG="serverName=$CLI_XDEBUG_SERVER_NAME" php-fpm "$@"
13
14
cd ${APP_DIRECTORY}
0 commit comments