Completed
Push — master ( 9800f2...b6eaf2 )
by frey
02:53
created
src/Plugins/FaceId.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     public function detectAuth($ruleId, array $options = [])
37 37
     {
38 38
         $params = array_merge($options, [
39
-            'RuleId' => (string)$ruleId,
39
+            'RuleId' => (string) $ruleId,
40 40
         ]);
41 41
 
42 42
         return $this->request(
@@ -54,9 +54,9 @@  discard block
 block discarded – undo
54 54
     public function getDetectInfo($ruleId, $bizToken, $infoType = '0')
55 55
     {
56 56
         $params = [
57
-            'RuleId' => (string)$ruleId,
57
+            'RuleId' => (string) $ruleId,
58 58
             'BizToken' => $bizToken,
59
-            'InfoType' => (string)$infoType,
59
+            'InfoType' => (string) $infoType,
60 60
         ];
61 61
 
62 62
         return $this->request(
Please login to merge, or discard this patch.