Completed
Pull Request — master (#317)
by
unknown
04:05
created
src/FacebookAds/Object/CustomAudienceMultiKey.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,8 +145,7 @@
 block discarded – undo
145 145
         $normalizers = new \ArrayObject(array(
146 146
           new HashNormalizer()
147 147
         ));
148
-      }
149
-      else {
148
+      } else {
150 149
         $normalizers = clone $this->getNormalizers();
151 150
         $normalizers->append(new HashNormalizer());
152 151
       }
Please login to merge, or discard this patch.
src/FacebookAds/Object/AbstractCrudObject.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
       array_merge($this->exportData(), $params));
209 209
     $this->clearHistory();
210 210
     $data = $response->getContent();
211
-    if (!isset($params['execution_options'])){
211
+    if (!isset($params['execution_options'])) {
212 212
       $id = is_string($data) ? $data : $data[static::FIELD_ID];
213 213
     /** @var AbstractCrudObject $this */
214 214
       if ($this instanceof CanRedownloadInterface
Please login to merge, or discard this patch.