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 1 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.