Skip to content

Commit

Permalink
Default port zero
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed May 10, 2023
1 parent 3a3afda commit d6a41d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpPact/Standalone/MockService/MockServerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MockServerConfig extends PactConfig implements MockServerConfigInterface
/**
* Port on which to run the service. A value of zero will result in the operating system allocating an available port.
*/
private int $port = 7200;
private int $port = 0;

/**
* @var bool
Expand Down

0 comments on commit d6a41d0

Please sign in to comment.