Skip to content

Commit

Permalink
minor: set KernelBrowser:: protected
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil committed Feb 14, 2024
1 parent 66188ad commit 7f6ff64
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 7f6ff64

Please sign in to comment.