Completed
Push — master ( 6a2f1a...c23590 )
by Luca
06:22
created
src/FacebookAds/Object/AdAccount.php 1 patch
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.