Completed
Push — master ( 3768c2...81ead6 )
by
unknown
11:03
created
src/FacebookAds/Object/CustomAudience.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@
 block discarded – undo
32 32
 
33 33
 class CustomAudience extends AbstractCrudObject {
34 34
 
35
- /**
36
-  * @var string
37
-  * @deprecated use HashNormalizer::HASH_TYPE_SHA256
38
- */
35
+  /**
36
+   * @var string
37
+   * @deprecated use HashNormalizer::HASH_TYPE_SHA256
38
+   */
39 39
   const HASH_TYPE_SHA256 = 'sha256';
40 40
 
41 41
   /**
Please login to merge, or discard this patch.
src/FacebookAds/Http/Exception/RequestException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 
116 116
   /**
117 117
    * @param array $array
118
-   * @param string|int $key
118
+   * @param string $key
119 119
    * @param mixed $default
120 120
    * @return mixed
121 121
    */
Please login to merge, or discard this patch.