We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7524c8e commit ccbde4dCopy full SHA for ccbde4d
src/Utils/ErrorMessageTrait.php
@@ -10,6 +10,7 @@
10
11
/**
12
* trait ErrorMessageTrait
13
+ * @author inhere
14
* @package Inhere\Validate\Utils
15
*/
16
trait ErrorMessageTrait
@@ -304,7 +305,6 @@ public function firstError($onlyMsg = true)
304
305
306
307
* 得到最后一个错误信息
- * @author inhere
308
* @param bool $onlyMsg
309
* @return array|string
310
@@ -383,8 +383,6 @@ public function setMessages(array $messages): self
383
384
385
* 各个验证器的提示消息
386
387
- * @date 2015-09-27
388
* @param string|\Closure $validator 验证器
389
* @param string $field
390
* @param array $args
0 commit comments