Skip to content

Commit

Permalink
Fix DynamicModel phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 2, 2020
1 parent ac38336 commit f425f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/base/DynamicModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class DynamicModel extends Model

/**
* Array of the dynamic attribute labels.
* Used to add a readable message in case attribute validation error and etc.
* Used to as form field labels and in validation errors.
*
* @see attributeLabels()
* @see setAttributeLabels()
Expand Down Expand Up @@ -267,7 +267,7 @@ public function setAttributeLabels(array $labels = [])
}

/**
* Sets the label for an attribute.
* Sets a label for an attribute.
*
* @see attributeLabels()
* @see $_attributeLabels
Expand Down

0 comments on commit f425f1a

Please sign in to comment.