Completed
Push — master ( 6a2f1a...c23590 )
by Luca
06:22
created
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.