Passed
Push — master ( 6caffc...88fbf0 )
by Radosław
02:35
created
src/SearchProvider/Google.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      * On status == 200 it simply returns json-decoded response.
79 79
      *
80 80
      * @param  Psr7Response $result result from Guzzle
81
-     * @return array
81
+     * @return stdClass
82 82
      */
83 83
     protected function decodeResponse(Psr7Response $result) : stdClass
84 84
     {
Please login to merge, or discard this patch.