Passed
Push — master ( a207da...7e489d )
by Hao
04:47
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(!empty($this->btns)) {
52
+        if (!empty($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.