Test Failed
Push — master ( 997f41...cf0056 )
by Alexey
03:26
created
src/Skobkin/Bundle/PointToolsBundle/Service/AbstractApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
      * @param array $parameters Parameters array used to fill path template
117 117
      * @param bool $decodeJsonResponse Decode JSON or return plaintext
118 118
      * @param bool $decodeJsonToObjects Decode JSON objects to PHP objects instead of arrays
119
-     * @return mixed
119
+     * @return string
120 120
      */
121 121
     public function getPostRequestData($path, array $parameters = [], $decodeJsonResponse = false, $decodeJsonToObjects = false)
122 122
     {
Please login to merge, or discard this patch.