Completed
Push — master ( e7e845...1ac605 )
by Felix
01:51
created
src/AdWordsService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     /**
87 87
      * @param bool $withTargetedMonthlySearches
88 88
      *
89
-     * @return array
89
+     * @return string
90 90
      */
91 91
     private function getRequestedAttributeTypes($withTargetedMonthlySearches = false)
92 92
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      * @param $included
116 116
      * @param $excluded
117 117
      *
118
-     * @return array
118
+     * @return \Google\AdsApi\AdWords\v201705\o\SearchParameter[]
119 119
      */
120 120
     private function getSearchParameters(array $keywords, $languageId, $locationId, $included, $excluded)
121 121
     {
Please login to merge, or discard this patch.