Passed
Push — master ( 371c27...e17cde )
by Hao
04:51
created
src/DingRobot/Message/ActionCardBtn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
     protected function getBody()
49 49
     {
50
-        if(!empty($this->btns)) {
50
+        if (!empty($this->btns)) {
51 51
             $this->body['btns'] = $this->btns;
52 52
         } else {
53 53
             throw new \InvalidArgumentException("wrong btns");
Please login to merge, or discard this patch.