Completed
Push — master ( 6a2f1a...c23590 )
by Luca
06:22
created
src/FacebookAds/Object/CustomConversion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
   }
39 39
 
40 40
   /**
41
-   * @return CustomConversionFields
41
+   * @return Fields\AdConversionPixelFields
42 42
    */
43 43
   public static function getFieldsEnum() {
44 44
     return CustomConversionFields::getInstance();
Please login to merge, or discard this patch.
src/FacebookAds/Object/AdAccount.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -70,11 +70,11 @@
 block discarded – undo
70 70
     return $this->getManyByConnection(AdUser::className(), $fields, $params);
71 71
   }
72 72
 
73
-   /**
74
-   * @param array $fields
75
-   * @param array $params
76
-   * @return Cursor
77
-   */
73
+    /**
74
+     * @param array $fields
75
+     * @param array $params
76
+     * @return Cursor
77
+     */
78 78
   public function getCampaigns(
79 79
     array $fields = array(), array $params = array()) {
80 80
     return $this->getManyByConnection(
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -415,7 +415,7 @@
 block discarded – undo
415 415
    * @param array $params
416 416
    * @return Cursor
417 417
    */
418
-  public function getCustomConversions (
418
+  public function getCustomConversions(
419 419
     array $fields = array(), array $params = array()) {
420 420
     return $this->getManyByConnection(
421 421
       CustomConversion::className(), $fields, $params);
Please login to merge, or discard this patch.