We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735c435 commit 5b7db85Copy full SHA for 5b7db85
cli/valet.php
@@ -79,7 +79,7 @@
79
/**
80
* Get or set the port number currently being used by Valet.
81
*/
82
- $app->command('port [port] [--https]', function ($port = null, $https) {
+ $app->command('port [port] [--https]', function ($port = null, $https = null) {
83
if ($port === null) {
84
info('Current Nginx port (HTTP): ' . Configuration::get('port', 80));
85
info('Current Nginx port (HTTPS): ' . Configuration::get('https_port', 443));
0 commit comments