Completed
Pull Request — master (#6)
by Laurens
03:01
created
Api/Report/ReportInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,12 +10,12 @@
 block discarded – undo
10 10
 
11 11
     /**
12 12
      * @param bool $returnOnlyCompleteData
13
-    */
13
+     */
14 14
     public function setReturnOnlyCompleteData($returnOnlyCompleteData);
15 15
 
16 16
     /**
17
-    * @param string $language (See BingAds SDK documentation)
18
-    */
17
+     * @param string $language (See BingAds SDK documentation)
18
+     */
19 19
     public function setReportLanguage($language);
20 20
 
21 21
     /**
Please login to merge, or discard this patch.