Completed
Push — master ( 470970...a080c6 )
by
unknown
05:31
created
src/FacebookAds/Object/AbstractCrudObject.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
 
238 238
     $this->clearHistory();
239 239
     $data = $response->getContent();
240
-    if (!isset($params['execution_options'])){
240
+    if (!isset($params['execution_options'])) {
241 241
       $id = is_string($data) ? $data : $data[static::FIELD_ID];
242 242
 
243 243
     /** @var AbstractCrudObject $this */
Please login to merge, or discard this patch.
src/FacebookAds/Object/CustomAudienceMultiKey.php 2 patches
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.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
   const HASH_TYPE_SHA256 = 'sha256';
39 39
 
40 40
   /**
41
-  * @var \ArrayObject
42
-  */
41
+   * @var \ArrayObject
42
+   */
43 43
   protected $normalizers;
44 44
 
45 45
   /**
Please login to merge, or discard this patch.