Skip to content

Commit

Permalink
minor: set KernelBrowser:: protected (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored Feb 15, 2024
1 parent c1add1b commit d933d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browser/KernelBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
class KernelBrowser extends Browser
{
private ?HttpOptions $defaultHttpOptions = null;
protected ?HttpOptions $defaultHttpOptions = null;

/**
* @internal
Expand Down

0 comments on commit d933d4e

Please sign in to comment.