Commit d041116b by Alexander Kochetov

`BaseActiveRecord::findAll()` comment fix

parent 42c56693
...@@ -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