Skip to content

Commit 1b44028

Browse files
committed
delete the unnecessary part of the comment (Model.php)
1 parent b3b195e commit 1b44028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

framework/base/Model.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ public function hasErrors($attribute = null)
583583
* Returns the errors for all attributes or a single attribute.
584584
* @param string|null $attribute attribute name. Use null to retrieve errors for all attributes.
585585
* @return array errors for all attributes or the specified attribute. Empty array is returned if no error.
586-
* See [[getErrors()]] for detailed description.
587586
* Note that when returning errors for all attributes, the result is a two-dimensional array, like the following:
588587
*
589588
* ```php

0 commit comments

Comments
 (0)