Skip to content

Commit bc6d53b

Browse files
committed
Fix typo in variable name
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~
1 parent fa559e4 commit bc6d53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerRunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
117117
$output->writeln(sprintf("Server running on <info>http://%s</info>\n", $address));
118118
$output->writeln('Quit the server with CONTROL-C.');
119119

120-
if (null === $builder = $this->createPhpProcessBuilder($output, $adress, $input->getOption('router'), $env)) {
120+
if (null === $builder = $this->createPhpProcessBuilder($output, $address, $input->getOption('router'), $env)) {
121121
return 1;
122122
}
123123

0 commit comments

Comments
 (0)