added missing @since annotations

This commit is contained in:
Carsten Brandt
2019-01-31 00:45:25 +01:00
parent 1128a6d609
commit 768d590eef
6 changed files with 11 additions and 6 deletions

View File

@@ -142,7 +142,8 @@ class DynamicModel extends Model
/**
* Returns a value indicating whether the model has an attribute with the specified name.
* @param string $name the name of the attribute
* @return bool whether the model has an attribute with the specified name
* @return bool whether the model has an attribute with the specified name.
* @since 2.0.16
*/
public function hasAttribute($name)
{