Skip to content

Commit

Permalink
tweak: allow more public methods
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 30, 2024
1 parent dbc0de8 commit e747160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* @property-read UriInterface $uri
* @property-read UriInterface $url
* @SuppressWarnings("UnusedPrivateMethod")
* @SuppressWarnings("TooManyPublicMethods")
*/
class Response implements ResponseInterface {
use Message;
Expand Down

0 comments on commit e747160

Please sign in to comment.