improved IDE autocompletion for AR::find()

[ci skip]
This commit is contained in:
Carsten Brandt
2014-08-12 23:21:15 +02:00
parent 87427294fe
commit f099616967
6 changed files with 6 additions and 0 deletions

View File

@ -256,6 +256,7 @@ class ActiveRecord extends BaseActiveRecord
/**
* @inheritdoc
* @return ActiveQuery the newly created [[ActiveQuery]] instance.
*/
public static function find()
{