Passed
Pull Request — 5.1 (#1327)
by
unknown
04:40
created
helper.php 1 patch
Indentation   -3 removed lines patch added patch discarded remove patch
@@ -463,7 +463,6 @@  discard block
 block discarded – undo
463 463
      * @param string    $name Model名称
464 464
      * @param  string $common       公共模块名,默认core
465 465
      * @param string    $layer 模型层名称
466
-
467 466
      * @return \think\Model
468 467
      */
469 468
     function model($name = '', $common = 'core', $layer = 'model', $appendSuffix = false)
@@ -478,7 +477,6 @@  discard block
 block discarded – undo
478 477
      * @param string    $name Logic名称
479 478
      * @param  string $common       公共模块名,默认core
480 479
      * @param string    $layer 业务层名称
481
-
482 480
      * @return mixed
483 481
      */
484 482
     function logic($name = '', $common = 'core', $layer = 'logic', $appendSuffix = true)
@@ -493,7 +491,6 @@  discard block
 block discarded – undo
493 491
      * @param string    $name Service名称
494 492
      * @param  string $common       公共模块名,默认core
495 493
      * @param string    $layer 服务层名称
496
-
497 494
      * @return mixed
498 495
      */
499 496
     function service($name = '', $common = 'core', $layer = 'service', $appendSuffix = true)
Please login to merge, or discard this patch.