Skip to content

Commit ccbde4d

Browse files
authored
Update ErrorMessageTrait.php
1 parent 7524c8e commit ccbde4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Utils/ErrorMessageTrait.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* trait ErrorMessageTrait
13+
* @author inhere
1314
* @package Inhere\Validate\Utils
1415
*/
1516
trait ErrorMessageTrait
@@ -304,7 +305,6 @@ public function firstError($onlyMsg = true)
304305

305306
/**
306307
* 得到最后一个错误信息
307-
* @author inhere
308308
* @param bool $onlyMsg
309309
* @return array|string
310310
*/
@@ -383,8 +383,6 @@ public function setMessages(array $messages): self
383383

384384
/**
385385
* 各个验证器的提示消息
386-
* @author inhere
387-
* @date 2015-09-27
388386
* @param string|\Closure $validator 验证器
389387
* @param string $field
390388
* @param array $args

0 commit comments

Comments
 (0)