Docs and formatting to please Scrutinizer
[plcapi.git] / src / Server.php
index 8540553..d530fcd 100644 (file)
@@ -347,7 +347,7 @@ class Server
     /**
      * Parse http headers received along with xmlrpc request. If needed, inflate request.
      *
-     * @return mixed null on success or a Response
+     * @return mixed Response|null on success or an error Response
      */
     protected function parseRequestHeaders(&$data, &$reqEncoding, &$respEncoding, &$respCompression)
     {