Completed
Push — master ( 1758f1...601966 )
by Felix
08:03
created
src/SearchConsoleClient.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -28,6 +28,11 @@
 block discarded – undo
28 28
         $this->googleClient = $googleClient;
29 29
     }
30 30
 
31
+    /**
32
+     * @param string $siteUrl
33
+     * @param integer $rows
34
+     * @param \Google_Service_Webmasters_SearchAnalyticsQueryRequest $request
35
+     */
31 36
     public function performQuery($siteUrl, $rows, $request): Collection
32 37
     {
33 38
         $searchanalyticsResource = $this->getWebmastersService()->searchanalytics;
Please login to merge, or discard this patch.