comments
authorgggeek <giunta.gaetano@gmail.com>
Mon, 29 Jul 2019 14:20:48 +0000 (14:20 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 29 Jul 2019 14:20:48 +0000 (14:20 +0000)
src/Request.php

index 40dff43..1c9b0d3 100644 (file)
@@ -208,7 +208,7 @@ class Request
         // 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 <luca.mariano@email.it> originally in PEARified version of the lib