Passed
Push — 5.1 ( 22247e...3a602c )
by liu
19:15 queued 08:59
created
library/think/model/concern/Conversion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             foreach ($append as $key => $attr) {
86 86
                 $key = is_numeric($key) ? $attr : $key;
87 87
                 if (isset($this->data[$key])) {
88
-                    throw new Exception('bind attr has exists:' . $key);
88
+                    throw new Exception('bind attr has exists:'.$key);
89 89
                 } else {
90 90
                     $this->data[$key] = $model->getAttr($attr);
91 91
                 }
Please login to merge, or discard this patch.