Skip to content

Commit

Permalink
[Compatible-246] - remove extractBody (Zend_Http)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuccv committed Apr 5, 2023
1 parent 7061b92 commit 96815ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Activate.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function activate($params = [])
*
* @return string
*/
public static function extractBody(string $response_str): string
public function extractBody(string $response_str): string
{
$parts = preg_split('|(?:\r\n){2}|m', $response_str, 2);
if (isset($parts[1])) {
Expand Down

0 comments on commit 96815ee

Please sign in to comment.