BaseActiveRecord::findAll() comment fix

This commit is contained in:
Alexander Kochetov
2014-05-06 16:18:01 +04:00
parent 42c566935e
commit d041116b94

View File

@ -114,7 +114,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface
/**
* @inheritdoc
* @return static[]|array an array of ActiveRecord instance, or an empty array if nothing matches.
* @return static[] an array of ActiveRecord instance, or an empty array if nothing matches.
*/
public static function findAll($condition)
{