File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ protected function configure(): void
181
181
null ,
182
182
InputOption::VALUE_REQUIRED ,
183
183
'MailHog HTTP port '
184
+ )->addOption (
185
+ Source \CliSource::OPTION_SET_DOCKER_HOST_XDEBUG ,
186
+ null ,
187
+ InputOption::VALUE_NONE ,
188
+ 'Deprecated option to resolve host.docker.internal on Linux. Did nothing at the moment '
184
189
)->addOption (
185
190
Source \CliSource::OPTION_NGINX_WORKER_PROCESSES ,
186
191
null ,
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ class CliSource implements SourceInterface
56
56
public const OPTION_WITH_ENTRYPOINT = 'with-entrypoint ' ;
57
57
public const OPTION_WITH_MARIADB_CONF = 'with-mariadb-conf ' ;
58
58
59
+ /**
60
+ * @deprecated Will be removed in next major release
61
+ */
62
+ public const OPTION_SET_DOCKER_HOST_XDEBUG = 'set-docker-host ' ;
63
+
59
64
/**
60
65
* Environment variables.
61
66
*/
You can’t perform that action at this time.
0 commit comments