Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jul 29, 2019
1 parent 820f996 commit 3ba5608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function parseResponse($data = '', $headersProcessed = false, $returnType
// be tolerant of extra whitespace in response body
$data = trim($data);

/// @todo return an error msg if $data=='' ?
/// @todo return an error msg if $data == '' ?
// be tolerant of junk after methodResponse (e.g. javascript ads automatically inserted by free hosts)
// idea from Luca Mariano <[email protected]> originally in PEARified version of the lib
Expand Down

0 comments on commit 3ba5608

Please sign in to comment.