Commit d773ce66 by Alexander Makarov

Merge pull request #3375 from creocoder/baseactiverecord-findall-comment-fix

`BaseActiveRecord::findAll()` comment fix
parents 42c56693 d041116b
...@@ -114,7 +114,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface ...@@ -114,7 +114,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface
/** /**
* @inheritdoc * @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) public static function findAll($condition)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment