Skip to content

Commit

Permalink
Change Options constructor visibility to public
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Sep 19, 2024
1 parent 973ee2d commit 15514c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ final class Options
* @param non-empty-string $runner
* @param non-empty-string $tmpDir
*/
private function __construct(
public function __construct(
public readonly Configuration $configuration,
public readonly string $phpunit,
public readonly string $cwd,
Expand Down

0 comments on commit 15514c2

Please sign in to comment.