Completed
Push — master ( c23590...8ff253 )
by
unknown
02:59
created
FacebookAds/Object/CustomAudienceNormalizers/ValueNormalizerInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,14 +28,14 @@
 block discarded – undo
28 28
 
29 29
   /**
30 30
    * @param string $key
31
-   * @param string $key_value
31
+   * @param string $val
32 32
    * @return boolean
33 33
    */
34 34
   public function shouldNormalize($key, $val);
35 35
 
36 36
   /**
37 37
    * @param string $key
38
-   * @param string $key_value
38
+   * @param string $val
39 39
    * @return string
40 40
    */
41 41
   public function normalize($key, $val);
Please login to merge, or discard this patch.
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.