Skip to content

Commit

Permalink
Return to static call of getSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos authored and Nyholm committed Oct 23, 2019
1 parent f5ef4d5 commit a4ce4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/RequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function create(
$response->getReasonPhrase()
);

$summary = self::getResponseBodySummary($response);
$summary = static::getResponseBodySummary($response);

if ($summary !== null) {
$message .= ":\n{$summary}\n";
Expand Down

0 comments on commit a4ce4f5

Please sign in to comment.