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 b3b195e commit 1b44028Copy full SHA for 1b44028
framework/base/Model.php
@@ -583,7 +583,6 @@ public function hasErrors($attribute = null)
583
* Returns the errors for all attributes or a single attribute.
584
* @param string|null $attribute attribute name. Use null to retrieve errors for all attributes.
585
* @return array errors for all attributes or the specified attribute. Empty array is returned if no error.
586
- * See [[getErrors()]] for detailed description.
587
* Note that when returning errors for all attributes, the result is a two-dimensional array, like the following:
588
*
589
* ```php
0 commit comments