Completed
Push — master ( 1758f1...601966 )
by Felix
08:03
created
src/SearchConsole.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Google_Service_Webmasters_ApiDimensionFilterGroup;
7 7
 use Google_Service_Webmasters_SearchAnalyticsQueryRequest;
8 8
 use Illuminate\Support\Collection;
9
-use Illuminate\Support\Traits\Macroable;
10 9
 
11 10
 class SearchConsole
12 11
 {
Please login to merge, or discard this patch.
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.