Passed
Pull Request — 5.1 (#2134)
by
unknown
07:00
created
library/think/Model.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -253,14 +253,14 @@
 block discarded – undo
253 253
         return $this;
254 254
     }
255 255
 
256
-       /**
257
-     * 创建新的模型实例
258
-     * @access public
259
-     * @param  array|object $data 数据
260
-     * @param  bool         $isUpdate 是否为更新
261
-     * @param  mixed        $where 更新条件
262
-     * @return Model
263
-     */
256
+        /**
257
+         * 创建新的模型实例
258
+         * @access public
259
+         * @param  array|object $data 数据
260
+         * @param  bool         $isUpdate 是否为更新
261
+         * @param  mixed        $where 更新条件
262
+         * @return Model
263
+         */
264 264
     public function newInstance($data = [], $isUpdate = false, $where = null)
265 265
     {
266 266
         $model = new static($data);
Please login to merge, or discard this patch.