Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxs committed Mar 20, 2024
1 parent 0f6eac0 commit 5cc0ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/UnserializableResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

final class UnserializableResponse extends Exception
{
protected string $content;
private string $content;

/**
* Creates a new Exception instance.
Expand Down

0 comments on commit 5cc0ebf

Please sign in to comment.