Browse Source

Fix phpdoc of yii\base\Model

tags/2.0.44
Anton 3 years ago committed by GitHub
parent
commit
6b8b0a94d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/base/Model.php

2
framework/base/Model.php

@ -677,7 +677,7 @@ class Model extends Component implements StaticInstanceInterface, IteratorAggreg
/**
* Removes errors for all attributes or a single attribute.
* @param string $attribute attribute name. Use null to remove errors for all attributes.
* @param string|null $attribute attribute name. Use null to remove errors for all attributes.
*/
public function clearErrors($attribute = null)
{

Loading…
Cancel
Save