Passed
Push — master ( 8760fe...a207da )
by Hao
03:48
created
src/DingRobot/Message/ActionCard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
     protected function getBody()
51 51
     {
52
-        if($this->btns) {
52
+        if ($this->btns) {
53 53
             $this->body['btns'] = $this->btns;
54 54
             foreach ($this->body['btns'] as $btn) {
55 55
                 $this->validateBtn($btn);
Please login to merge, or discard this patch.